/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.tournaments-list>.row{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px dotted #ccc;
}
.tournaments-list>.row:hover{
	background: #eee;
}
.tournament-detail h3{
	padding:0; margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.tournament-detail p{
	margin-top:4px; margin-bottom: 4px;
}


/* Date Widget  */
.date_widget{
	width: 100%; border: 1px solid #888; margin-right: 30px; border-radius: 8px;
	margin-left: auto; margin-right: auto;
}
.date_widget > p{
	font-size: 18px; text-align: center; margin:0; padding: 5px; padding-bottom: 0px;
}
.date_widget .month{
	display: block; text-align:center; font-size:12px; padding:3px; background:#888; border-radius:0 0 8px 8px; color: #fff;
}