.homeS, .guestS, .time-info {
	color: red;
    font-size: 12px !important;
}
#content_list_id_8 .time-info {
	color: grey;
    font-size: 12px !important;
}
.odds-content {
	border-right: 1px solid #f2f2f2;
}
select, option {
	display: inline-block;
    border-radius: 5px;
    padding: 5px 9px;
    background: #3b5174;
    margin: 3px;
    float: left;
    color: #fff;
    font-size: 11px;
	height: 35px;
}
.column {
	  float: left;
	  width: 50%;
	  margin-left: 150px;
}
.row:after {
	  content: "";
	  display: table;
	  clear: both;
}

@media only screen and (max-width:480px){
	.column {
	  float: left;
	  width: 100%;
	  margin-left: 0px;
	}
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}
}
#zone-league-by-season-round td {
	border: 1px solid #fff;
}