/* resultSummary ----------------------------------------------------------- */
.resultSummary{
	width: 100%;
	margin: 20px 0;
	font-size: 110%;
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
}
.resultSummary strong{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #333;
}
.resultSummary span{
	color: #ccc;
}
.rSnext{
	color: #fff;
	font-weight: bold;
	background: #c66;
	width: 20%;
}
.rSprev{
	font-weight: bold;
	color: #fff;
	background: #c66;
	width: 20%;
}

