/*
Theme Name: Best Events
Theme URI: 
Description: Best Events Wordpress Theme
Version: 1.0
Author: 
Tags: 

Enjoy the theme!

*/

span.hide {
	display: none;
}

.left ul.dbem_events_list {
	margin: 0px !important;
	list-style: none !important;
	border: none !important;
}


	.left ul.dbem_events_list li {
		list-style: none !important;
		border: none !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
.dbem-calendar {
	margin-bottom: 20px;
}

table.dbem-calendar-table td {
	padding: 2px 10px !important; 
	text-align: center;
}
table.dbem-calendar.table tr.days-names {
	font-weight: bold;
} 
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
	color: #ccc;
}
table.dbem-calendar-table td.eventful a {
  font-weight: bold;
  color: #FD7E29;
}
 table.dbem-calendar-table td.eventless-today {
   background-color: #CFCFCF;  
}
table.dbem-calendar-table thead {
	font-size: 120%;  
	font-weight: bold;  
}
table.fullcalendar {
	border-collapse: collapse;
}
table.fullcalendar td {
	text-align: left;
	width: 50px;  
	height: 50px;             
	border: 1px solid #888;
}
.dbem-calendar-full ul {
	font-size: 80%;     
	list-style: none;
}