#calendar_view {
	display: block;
}

#reservation_view {
	display: none;
}

#currentDay {
	color: red;
}

.calendar td {
	text-align: center;
	width: 100px;
}

.calendar th {
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.calendar #weekTitle {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.calendar #weekSelect {
	display: inline;
	margin-right: 20px;
}

