/*
 * Module mod_upcomingbouts For Joomla 
 * Version		: 1.0.0
 * Created by	: Gilberto Echeverriía
 * License : GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

div.upcoming_bout {
	background-color: #f7f7f7;
	min-height: 100%;
}

.upcoming_bout .upcomingList {
	margin: 10px 0px;
}

.upcoming_vs {
	padding: 3px;
	color: #232c65;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.upcoming_dtime {
	font-size: 15px;
	color: #48525a;
	text-transform: uppercase;
	font-weight: bold;
}

.upcoming_divider {
	width: 100%;
	height: 30px;
	background: url(../assets/upcomingbouts_divider.png) top center no-repeat;
}