/* Homepage css */

.latest-rating { 
 
}

.latest-rating h1 {
	margin:20px 0 22px 0;
	text-align:center;
}

.latest-rating h1 a { 
	/*font-family: Georgia, "Times New Roman";*/
	font-size:26px;
	color:white;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow:2px 2px #444;
	text-decoration:none;
}

.latest-rating h1 a:hover {
	text-decoration:underline;
	color:white;
}

.latest-rating .rating {
	position:relative;
	background:white;
	margin:0 15px 25px 15px;
	padding-left:10px;
	height:121px;
	width:198px;
	cursor:pointer;
}

.latest-rating .rating h2 {
	/*font-family: Times, Georgia;*/
	font-size:22px;
	color:#313131;
	font-weight:normal;
	margin:4px 0 6px 0;
	height:32px;
	overflow:hidden;
}

.latest-rating .rating .feedback {
	/*font-family: Times, Georgia;*/
	color:#444;
	font-style:italic;
	font-size:13px;
	line-height:14px;
	margin-bottom:14px;
	width:165px;
	height:28px;
	overflow:hidden;
}

.latest-rating .rating .gauge {
	position:absolute;
	left:208px;
	top:-1px;
	width:62px;
	height:124px;
	background:url(media/gauge-bg.png) top left no-repeat;
}

.latest-rating .rating .thumb {
	position:absolute;
	top:18px;
	left:187px;
	z-index:2;
	width:46px;
	height:85px;
	background:url(media/thumb.png) top left no-repeat;
}

.latest-rating .percentage, .latest-rating .score {
	float:left;
	/*font-family: Times, Georgia;*/
	font-size:27px;
	font-style:italic;
	color:black;
	margin-right:25px;
}

.latest-rating .rate-your-uni-container {
	cursor:pointer;
}

.latest-rating .rate-your-uni {
	border-top:2px solid #444;
	border-bottom:2px solid #444;
	/*font-family: Georgia, "Times New Roman";*/
	font-size:26px;
	color:#444;
	text-transform:uppercase;
	margin:0 8px 18px 8px;
	padding:6px 4px;
	background:url(media/rate-arrow.png) right center no-repeat;
}