.modal-body {
	<?php if($g['mobile']):?>
	padding: 40px 0 0 0;
	height: 250px;
	overflow: hidden;
	<?php else:?>
	padding-top: 40px;
	height: 250px;
	overflow: auto;
	<?php endif?>
}
.modal-body .rb-result-block {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	height: 190px;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-body .table th,
.modal-body .table td {
	text-align: center;
}
.modal-body .table td {
	vertical-align: middle;
}
.modal-body .table td a {
	text-decoration: underline;
	font-weight: bold;
}
.modal-body .row {
	padding-left: 10px;
	padding-right: 10px;
}