#wp-calendar {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#wp-calendar caption a,#wp-calendar caption a:hover {
	background: transparent;
}

#wp-calendar th {
	font-weight: bold;
}

#wp-calendar a {
	text-decoration: none;
	display: block;
	color: black;
}

#wp-calendar td,#wp-calendar th {
	text-align: center;
}

#wp-calendar tbody td a {
	text-decoration: underline;
	background-color: #ccc;
}

#wp-calendar-caption {
	text-align: center;
	font-size: 23px;
	color: #ffc614;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0px;
}

#showit {
	display: none;
}

#nextMonth {
	text-decoration: none;
	color: #3c3c3c;
	font-weight: bold;
	text-transform: capitalize;
	font-size:13px;
	
	
}

#prevMonth {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	font-size:16px;
	margin-right: 15px;
	
	
}