#ratings_report {	
	background-color: #fff;
	position: absolute;
	top: 0;
	display: none;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	z-index: 99999;
}
#reportcont {
	margin-top: 30px;
	height: 320px;
}	
#reportcont b {
	font-size: 20px;
}
a.reportbutton,
a.reportbutton:visited {
	padding: 5px;
	font-weight: bold;	
	font-size: 13px;
	line-height: 13px;
	border-radius: 3px;	
	text-decoration: none;
	margin: 5px;
	cursor: pointer;
	color: #fff;
	background-color: var(--main-color);
}	
a.reportbutton:hover {	
	text-decoration: none;
	opacity: 0.80; 
	filter: alpha(opacity=80); 
}	
#gamescoremessage {
	display: block;
	min-height: 20px;
	font-size: 14px;
}	
.reptext {
	font-size: 20px;
	line-height: 20px;
	display: inline-block;	
	height: 20px;
}	
.reporticon {
	height: 17px;
}
.gamescoretitle {
	font-size: 24px;
	font-weight: bold;
}	
