@charset "utf-8";
/* CSS Document */
.dashed_red_border
{
	border:dashed #c11925 thin; border-radius:25px;
}
.faq
{
	color:#818181;
	padding:0%;
}
.avatarBox img {
	width: 80px;
	height: 80px;
	border: 1px solid #DDD;
	-webkit-border-radius: 50px; /* Can also be 50px */
	-moz-border-radius: 50%;
	border-radius: 50%;
}
 
.pinkFont
{
	color:#ed1f50;
}
/*#walloffame #wallOfFameBody, .mathlathonWiz, #feedbackDetails,#mathlathonWiz
{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#ffffff));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #e9e9e9, #ffffff);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #e9e9e9, #ffffff);
}*/
#walloffame #wallOfFameBody, #feedbackDetails
{
	height:400px;
	margin-bottom:2%;
	overflow:auto;
}
#feedbackDetails
{
	height:350px;
}