section
{
	margin-top: 170px;
}
.stats
{
	padding-top: 10px;
}
.stat
{
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.stat h2
{
	font-size: 18px;
	color: #002366;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #002366;
	font-variant: small-caps;
	height: 30px;
	text-align: left;
}
h3
{
	font-size: 15px;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 25%;
	text-align: center;
	margin-bottom: 10px;
	font-variant: small-caps;
}
h3.selected a
{
	font-weight: bold;
	color: black;
	border-bottom: 1px solid black;
}
h3.unselected a
{
	font-weight: normal;
	color: #71797E;
}
table img
{
	height: 30px;
	width: 30px;
	margin-right: 5px;
}
table
{
	border-top: 1px solid rgba(0,0,0,0.05);
	width: 100%;
	text-align: left;
	font-weight: bold;
}
tr
{
	height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
td.score
{
	font-size: 14px;
	color: #002366;
}
td.rank, td.score
{
	width: 10%;
}
td.rank
{
	font-size: 12px;
}
td.team
{
	width: 80%;
	font-size: 12px;
}
td.team a
{
	color: black;
}
h4
{
	font-size: 12px;
	text-align: right;
	padding: 5px;
}
h4 a
{
	color: #71797E;
}
.first
{
	position: relative;
	height: 100px;
	background-color: rgba(0,0,0,0.05);
	margin-left: 2px;
	margin-right: 2px;
}
.first p
{
	text-align: left;
	font-variant: small-caps;
	color: #002366;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: 10px;
}
.first p.rank
{
	top: 0px;
	color: black;
	font-size: 16px;
}
.first p.team
{
	top: 0px;
	color: black;
	font-size: 18px;
}
.first p.score
{
	top: 0px;
	font-size: 26px;
}
.first .logoFirst
{
	height: 90px;
	width: 90px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.ranking thead
{
	background-color: #002366;
	color: white;
}

.ranking .sorting
{
	background-position: left!important;
}

.ranking td
{
	text-align: left;
}
.dataTables_filter, .dataTables_paginate
{
	margin-bottom: 10px;
	font-style: italic;
	font-size: small;
	font-variant: small-caps;
}
