#tribe-events-bar {
	margin-bottom: 0;
}

#calendar-days {
	height: 60px;
}
.calendar-day {
width: 14%;
line-height: 3em;
text-align: center;
float: left;
display: block;
font-weight: bold;
}

.calendar-day:first-child {
	margin-left: 1%;
}
.calendar-day:nth-child(3n+2) {
	background: #E5592B;
	color: white;
}
.calendar-day:nth-child(3n+1) {
	background: #D5D525;
	color: white;
}
.calendar-day:nth-child(3n+0) {
	background: #00B5DD;
	color: white;
}

.calendar-day:hover {
	font-size: 1.5em;
}

#calendar-cats {
	margin: 0 0 20px;
	text-align: center;
}

#calendar-cats a:hover {
	text-decoration: underline;
}