/* SportsPress */

.sp-align-left {
	text-align: left;
}

.sp-align-right {
	text-align: right;
}

.sp-align-center {
	text-align: center;
}

/* Header */
.sp-header {
	position: relative;
	overflow: visible;
	z-index: 10000;
}

/* Templates */
.sp-template {
	margin-bottom: 1.5em;
}
.sp-template-profile-selector {
	clear: both;
	overflow: hidden;
}
.sp-template-logo,
.sp-template-photo {
	float: left;
	margin-bottom: 2em;
	margin-right: 2em;
	max-width: 50%;
}
.sp-template-event-logos {
	text-align: center;
}
.sp-template-details {
	display: inline;
}
.sp-template-details dl {
	overflow: hidden;
}

/* Tabs */
.sp-tab-menu {
	display: block;
	clear: both;
	padding: 0 5px;
	margin: 0 0 1.5em;
	list-style: none;
}
.sp-tab-menu-item {
	display: inline-block;
	margin: 0;
}
.sp-tab-menu-item a {
	display: block;
	margin: 0 10px;
	color: inherit;
	opacity: 0.5;
    transition: all .3s;
}
.sp-tab-menu-item a:focus {
    outline: none;
}
.sp-tab-menu-item-active a,
.sp-tab-menu-item a:hover {
	color: inherit;
	opacity: 1;
}
.sp-tab-content {
	display: none;
}

/* Profile selector */
.sp-template-profile-selector {
	text-align: right;
	margin-bottom: 0.5em;
}

/* Data Tables */
.sp-scrollable-table-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.sp-data-table {
	width: 100%;
	table-layout: auto;
    border-spacing: 0;
}
.sp-paginated-table {
	margin-bottom: 0;
}
.sp-data-table thead th {
	white-space: nowrap;
}
.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc,
.sp-data-table thead .sorting_asc_disabled,
.sp-data-table thead .sorting_desc_disabled {
	cursor: pointer;
}
.sp-data-table tbody a {
	text-decoration: none;
}
.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
	font-family: dashicons;
}
.sp-data-table .sorting:after {
	content: "\f156";
	color: transparent;
	position: absolute;
}
.sp-data-table .sorting_asc:after {
	content: "\f142";
	position: absolute;
}
.sp-data-table .sorting_desc:after {
	content: "\f140";
	position: absolute;
}
.sp-data-table .data-name {
	text-align: left;
}
.sp-data-table .data-number,
.sp-data-table .data-rank {
	width: 1px;
}

/* Post Content */
.sp-post-content {
	clear: both;
}

/* Pagination */
.sp-table-wrapper .dataTables_paginate {
	text-align: center;
}
.sp-table-wrapper .dataTables_paginate .paginate_button {
	margin: 0.5em;
	cursor: pointer;
	display: inline-block;
}
.sp-table-wrapper .dataTables_paginate .previous {
	float: left;
	margin-left: 0;
}
.sp-table-wrapper .dataTables