#wp-calendar {
	background: #fff;
	padding: 10px;
}
#wp-calendar table {
	width: 220px;
	font-size: 1.1em;
}
	#wp-calendar table a {
		text-transform: uppercase;
		color: #231f20;
	}
	#wp-calendar table th {
		padding: 2px;
		background: #231f20;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	#wp-calendar td {
		text-align: center;
	}
	#wp-calendar td a {
		color: #e5a612 !important;
	}
	#wp-calendar td#prev {
		text-align: left;
	}
		#wp-calendar td#prev a, #wp-calendar td#next a {
			text-transform: none !important;
		}
	#wp-calendar td#next {
		text-align: right;
	}