#standings-leaders {
	overflow: hidden;
	position: relative;
	width: 100%;
    padding: 1rem;
}

#standings-leaders .w3-half {
	margin-bottom: 2rem;
}

.standings-leaders.standings, .standings-leaders.leaders {
	position: relative;
	float: left;
	padding: 0px 1rem;
	width: 100%;
}

.standings-leaders.standings > div, .standings-leaders.leaders > div {
	box-shadow: -8px -8px 20px #00000080;
}

.standings-leaders .title{
	text-align: center;
	background: #000;
	padding: 1rem 0;
	font-size: 20px;
	color: #fff;
}

.standings-leaders .organizations, .standings-leaders .pra{
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 1rem 0;
}

.standings-leaders .pra{
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 0;
}

.standings-leaders .organizations ul {
	text-align: center;
	display: inline;
	border-top: 2px solid #80808080;
	margin: 1rem 0;
	padding: 0.5rem 0 0 0;
	color: #000;
}

.standings-leaders .organizations ul > li, .standings-leaders .pra ul > li {
	display: inline;
	margin-right: 1rem;
	padding-top: 0.5rem;
	cursor: pointer;
}

.standings-leaders .organizations ul > li::after {
    content: "⚫";
    font-size: 6px;
    color: #000000;
    padding: 6px 7px;
    position: absolute;
}

.standings-leaders .pra ul > li::after {
    content: "|";
    font-size: 15px;
    color: #000000;
    padding: 0px 8px;
    position: absolute;
}

.standings-leaders .organizations ul > li:last-child, .standings-leaders .pra ul > li:last-child {
    margin-right: 0px;
}

.standings-leaders .organizations ul > li:last-child::after, .standings-leaders .pra ul > li:last-child::after { /* hide separator after last child */
    content: "";
}

.standings-leaders .organizations ul > li:hover {
	color: #b99f6e;
	border-top: 2px solid #000;
	transition: all 0.25s ease;
}

.standings-leaders .pra ul > li:hover {
	color: #b99f6e;
	transition: all 0.25s ease;
}

.standings-leaders .pra ul .active-statistics {
	color: #b99f6e;
}

.standings-leaders .organizations ul li.active-league {
	color: #b99f6e;
	border-top: 2px solid #000;
}

.standings-leaders.standings .details {
	padding: 0rem 0.5rem 1rem 0.5rem;
}

.standings-leaders .table-details {
	width: 100%;
	padding: 1rem 0.5rem; 
}

.standings-leaders .table-details tr:nth-child(even){
	background: #cdcdcd;
}

.standings-leaders .table-details th {
	padding: 10px 5px;
	text-align: left;
	font-size: 20px;
}

.standings-leaders .table-details tr td:nth-child(1){
	width: 3rem;
}

.standings-leaders .table-details td {
	text-align: left;
	padding: 2px 5px;
}

.standings-leaders .table-details tr.paok {
	color: #fff;
	background: #b99f6e;
}

.standings-leaders.leaders .pstatistics {
	position:relative;
	padding: 3rem 5px;
}

.leaders-short-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.leaders-short-table tr:nth-child(odd) {
	background: #cdcdcd;
}

.leaders-short-table tbody > tr > td:not(:last-child) {
	text-align: left;
	vertical-align: top;
}

.standings-leaders .leaders-short-table .player-photo img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	height: 60px;
	margin: 5px;
}

.standings-leaders .leaders-short-table .player-name {
	font-size: 15px;
}

.standings-leaders .leaders-short-table .player-bio {
	position: relative;
}

.standings-leaders .leaders-short-table .player-bio div:nth-child(1) {
	float: left;
	margin-right: 25px;
}

.standings-leaders .leaders-short-table .table-value {
	font-size: 18px;
	font-weight: bold;
}

.standings-leaders .leaders-short-table.active-statistics, .standings-leaders .table-details.active-league {
	display: inline-table;
}

.standings-leaders .leaders-short-table, .standings-leaders .table-details {
	display: none;
}


#standings .container
{
	float: none;
	width: 67%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
}

#standings .standings
{
	float: none;
	width: 67%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}



#standings .standings
{
	border-top: 3px #b99f6e solid;
	width: 100%
}


#standings table{
	width:100%;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.6);
}

#standings table thead 
{
	width: 100%;
    font-size: 20px;
	background: #1a1a1a;
	color: #fff;
	text-align: left;
}

#standings table thead th
{
	padding: 15px 10px;
}

#standings table tbody 
{
	padding: 10px;
    font-size: 20px;
	color: #000;
	text-align: left;
}

#standings tbody td {
	padding: 5px 0;
}

#standings tbody tr:nth-child(odd) {
	background: #cdcdcd;
}

#standings td.center, #standings th.center {
	text-align: center;
}


#standings tbody tr.paok {
	color: #fff;
	background: #b99f6e;
}

#standings .container .empty
{
	display: none;
	height: 200px;
	width: 100%;
}

#standings .container.empty .empty
{
	display: table;
}

#standings .container.empty .standings
{
	display: none;
}

#standings .container .empty div
{
	color: #000;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5em;
}

@media only screen and (max-width: 700px){
	#standings table tbody{
		font-size: 0.7em;
	}
}

@media only screen and (max-width: 600px){
	#standings table tbody{
		font-size: 1em;
	}
}

@media only screen and (max-width: 780px) {
	#standings table thead {
		font-size: 0.8em;
	}
	
	#standings table tbody {
		font-size: 0.7em;
	}
	
	#standings .container {
		width: 90%;
	}
	
	#standings .slide-selection {
		font-size: 0.8em;
	}

}

@media only screen and (max-width: 480px) {
	#standings table th .mobile,  #standings table tr .mobile,
	{
		display: none;
	} 
}

@media only screen and (max-width: 390px) {
	#standings table thead {
		font-size: 0.7em;
	}
	
	#standings table tbody {
		font-size: 0.6em;
	}
}
