#result_report,
#other_pages
{
	width: 85%;
	color: #000;
	font-family: 'LatoRegular';
	font-size: 20px;
	padding: 12px;
	display: block;
	margin: 0 auto;
}

#results
{
	width: 80%;
	color: #333;
	font-family: 'LatoRegular';
	font-size: 19px;
	display: block;
	margin: 0 auto;
}

#results a,
#other_pages a
{
	color: #F00;
	font-size: 18px;
}

#results b
{
	font-weight: bold;	
}

#results .description
{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

#results .url
{
	font-size: 12px;	
}

#other_pages
{
	text-align: center;	
}