#wp-calendar, #wp-calendar td {
    border: 1px solid #e2e2e2;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}

#wp-calendar caption {
	background: #82b965;
	color: #fff;
	padding: 8px 0;
}

#wp-calendar thead tr {
	background: #e2e2e2;
}