#bodyHome #cwEventsHome .cwCalList, #calendar {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#calendar {
	background: #f6c5a4;
}

.calendarTable {
	width: 100%;
	border-collapse: collapse;
}

	.calendarTable thead {
	}

	.calendarTable th {
		text-align: center;
	}

		.calendarTable th.previousMonth, .calendarTable th.nextMonth {
			cursor: pointer;
			color: #000000;
		}


		.calendarTable tr.week th {
			color: #444444;
			font-size: 12px;
		}

		.calendarTable th.weekend {

		}

	.calendarTable td {
		text-align: center;
		width: 1.9em;
		height: 1.9em;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	}

	.calendarTable td a {
		color: #000;
		font-size: 12px;
	}

		.calendarTable td.week {

		}

		.calendarTable td.weekend a {
			/*color: #981f33*/
		}

		.calendarTable td.inactive{
			/*visibility: collapse;  yellow: fcdb00  red: #ef003e lt-red: f0d8d8 dk-lt-red: b88282*/
			/*background-color: #f0d8d8;*/
		}

		.calendarTable td.inactive a {
			color: #000;
		}

		.calendarTable td.today {
			background: #a74300 !important;
		}
			.calendarTable td.today a {
				color: #fff;
			}

.monthHeader, .previousMonth, .nextMonth {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	background: #a74300;
	border-collapse: collapse;
	padding: 10px 0;
}

@media screen and (max-width: 820px) {
	#bodyHome #cwEventsHome .cwCalList, #calendar {
		float: none;
		width: auto;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
}