.calendar_section table {
    width: 100%;
	/* min-height: 500px; */
	height: 300px;
}

.calendar_section table th {
	text-align: center;
	border: 1px solid #ccc;
}

.calendar_section table td {
	padding: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 14.29%;
	vertical-align: top;
	text-align: right; 
	font-weight: bold;
}