.calendar-list {
    /*padding-left: 88px;*/
}

.calendar-list td {
	text-align: center;
}

.calendar-list-month {
	width: 270px;
	/*float: left;*/
	height: 260px;
	/*margin-right: 75px;*/
	margin: 0 30px 20px;
	display: inline-block;
}

/*.calendar-list-month.row-2, .calendar-list-month.row-5 {*/
	/*margin-right: 0px;*/
/*}*/

.calendar-list-month-weekday {
	float: left;
	margin-right: 10px;
}

.calendar-list-month-weekday:last-child {
	margin-right: 0;
}

.calendar-list-month-events {
	display: none;
    position: absolute;
    background-color: #e0e6e9;
    padding: 20px;
    text-align: left;
    color: black;
    top: 30px;
    left: -116px;
    width: 262px;
    z-index: 1;
}

.calendar-list-month-day {
    font-size: 16px;
	padding: 5px;
	position: relative;
    height: 30px;
	width: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 20px;
}

.calendar-list-month-day.has-event {
	background-color: #c61932;
	color: white;
	cursor: pointer;
}

.calendar-list-month-label {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
}

.event-detail h3 {
    font-size: 15px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 479px) {
	.calendar-list-month {
		margin: 0;
	}
}
