#wp-calendar{
	width: 255px;
	background: #fff;
	margin: auto;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wp-calendar thead{
	color: #2dc8c6;
}
#wp-calendar tbody{ 
	font-weight: bold;
}
.ec3_eventday a {
 color: #219a98 !IMPORTANT;
}
#wp-calendar tbody a{
	color: #2dc8c6;
}
#wp-calendar caption{
	text-align: left;
	padding: 5px 5px 2px 10px;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
}
#wp-calendar caption a{
	color: #000000;
	text-decoration: none;
}
#wp-calendar table.nav{
	border-top: 1px solid #e8e8e8;
}
#wp-calendar table.nav a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

