﻿.stats {
	width: 248px;
	font-size:10px;

}
.stats table {
	width: 100%;
	border: 0px;
	font-size:10px;
}
.stats th {
	text-align: left;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	font-size:10px;
	
}
.stats .title {
	background-color: #D9ECFF;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	font-weight: bold;
	padding:2px;
	padding-left:5px;
	color: #006699;
}
.stats .temp {
	border: solid 1px;
	border-color: #0078b6;
	color: #0078b6;
	font-weight: bold;
	font-size: 1.7em;
	padding:3px;
	margin:2px 0px 2px 0px;
	float:left;
}
.stats .temp-new {
	font-weight: bold;
	width: 32px;
	padding:5px;
	margin-top:5px;
}
.stats .city {
	font-weight: bold;
	padding:2px;
	padding-left:0px;
	color: #0078b6;
	text-transform:uppercase;
	color:black;

}
.stats .center {
	text-align: center;
}
.stats tr .details {
	width: 150px;
	background-color: #F4FAFF;
	padding:3px 0px 3px 10px;
	border-right:1px #CCCCCC dotted;
}
.stats tr .exam-date {
	width: 110px;
}
.stats tr .results {
	width: 110px;
	clear:both;
}
.stats tr .results .Fail {
	width: 110px;
	font-weight: bold;
	color: red;
}
.stats tr .results .Success {
	width: 110px;
	font-weight: bold;
	color: green;
	font-size:10px;
}
.stats td {
	background-color: #FFFFFF;
	vertical-align: top;
	white-space: nowrap;
	font-size:10px;
}
.stats .date {
	width: 100%;
	display: block;
	font-weight: bold;
}
.stats .time {
	width: 100%;
	display: block;
}
.stats .lesson-title {
	width: 100%;
	display: block;
	font-weight: bold;
	color: #0066FF;
}
.stats .lesson-category {
	width: 100%;
	display: block;
	padding-top: 3px;
}