.group-item{
	width: 50%;
	float: left;
	display: inline-block;
}
.group-item table{
	width: 90%;
}
@media (max-width: 768px) {
	.group-item{
		width: 100%;
		float: none;
	}
	.group-item table{
		width: 100%;
	}
}
.group-item table td{
	color: #000000;
	font-size: 14px;
}
.group-item.gender-m{
	clear: both;
}
.group-item tr:nth-child(odd){
	background-color: #f7f7f9;
}
.group-item table tr.podium{
	font-weight: bold;
}