/*************************************************** SPAN */

div.bscEventContainer {
	border-top: 0px solid #df2027;
	/*padding: 20px !important;*/
	line-height: 1.2em !important;
	font-size: 1.1em !important;*/
}

div.bscEventContainer div.bscEvent {
	padding-bottom: 10px;
	color: #000 !important;
}

div.bscEventContainer div.bscEvent span.bscEventDate {
	color: #df2027 !important;
	font-weight: bold;
	text-transform: uppercase;
	/*font-size: 1.5em;
	padding-bottom: 3px;*/
}

div.bscEventContainer div.bscEvent span.bscEventTime {
	color: #333 !important;
}

div.bscEventContainer div.bscEvent span.bscEventName {
	color: #333 !important;
	font-weight: bold; !important;
	padding-bottom: 2px;
}

div.bscEventContainer div.bscEvent span.bscEventLink {

}

div.bscEventContainer div.bscEvent span.bscEventLink a {
	color: #fff !important;
	letter-spacing: 1px;
	font-size: .9em !important;
	background-color: #df2027;
	padding: 2px 10px;
}
div.bscEventContainer div.bscEvent span.bscEventLink a:hover {
	background-color: #000;

}

/*************************************************** DIV */

div.bscEventContainer {
	border-top: 0px solid #df2027;
	/*padding: 20px !important;*/
	line-height: 1.2em !important;
	font-size: .9em !important;
}

div.bscEventContainer div.bscEvent {
	margin-bottom: 20px;
	color: #000 !important;
}

div.bscEventContainer div.bscEvent div.bscEventDate {
	color: #df2027 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-bottom: 3px;
}

div.bscEventContainer div.bscEvent div.bscEventTime {
	color: #333 !important;
}

div.bscEventContainer div.bscEvent div.bscEventName {
	color: #333 !important;
	font-weight: bold; !important;
	padding-bottom: 4px;
}

div.bscEventContainer div.bscEvent div.bscEventLink {

}

div.bscEventContainer div.bscEvent div.bscEventLink a {
	color: #fff !important;
	letter-spacing: 1px;
	font-size: .9em !important;
	background-color: #df2027;
	padding: 2px 10px;

}
div.bscEventContainer div.bscEvent div.bscEventLink a:hover {
	background-color: #000;
}