@charset "UTF-8";


/*Results*/
@media screen and (max-width: 767px) {
.result ol li{
	margin: 0 0 10px;
}
.result ol li.tgr{
	font-weight: bold;
}
.result ol li p{
	margin: 0;
}
.result ol li p.head{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.result ol li p.body{
	margin: 0 0 0 1em!important;
}
}
@media print, screen and (min-width: 768px) {

.result ol{
	display: table;
	margin: 0 0 0 1em;
}
.result ol li{
	display: table-row;
}
.result ol li.tgr{
	font-weight: bold;
}
.result ol li p{
	display: table-cell;
	padding: 0 10px;
}
}


strong {
 font-weight: bold;
}