@charset "utf-8";
/* CSS Document */
.results_found{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.result_wrapper{
	margin:1px auto;
	clear:both;
	padding: 10px;
	border-radius: 5px;
}
.result_wrapper:nth-child(odd){
	background-color:#DDDDDD; 
}
.result_wrapper:not(.nohover):hover{
	background-color:#58B2FE;
	color:#FFF;
}
.results_item img{
	float:right;
	margin-left:25px;
}
.results_item a{
}
.pageNav{
	line-height: 50px;
	font-size: .9em;
	color: #999;
	font-weight:bold;
}
.pageNav a{
	color:#005189;
	text-decoration:none;
}
a.previous	{
	margin-right:25px;
}
a.next	{
	margin-left:25px;
}
.issueTitle{
	line-height:1.6em;
	font-size:14px;
	margin:10px auto;
}
font{
	font-weight:bold;
	background-color:#FF9;
	padding:auto 10px;
}
#q{
	width:95%;
}