.calender-container {

}

.calender-today {
	color: #479ef5;
	font-weight: bold;
	font-size:1.2em;
	background: #e0e0e0;
}

.calender-header {
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
}

.calender-month-table {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.calender-month-table-header-item {
	text-align: center !important;
	height: 30px;
}

.calender-month-table-body{
	background: #e0e0e0;
	border-radius: 10px;
}

.calender-month-table-body-item {
	height: 50px;
	color: #9a9a9a;
	font-size:1.2em;
	border: 1px solid #999;
}