.note {
	font-size:0.7rem; 
	color:#777;
}

.hour_cell{
	padding : 5px !important;
}

.hour{
	/*border: 1px solid #8dcc8d;*/
	border-radius: 5%;
	text-align: center;
}

.hour div{	
	margin : 5px 0px;	
	padding: 5px;
	height: 100px;
	text-align: center;
}


.null_hour{
	border: 1px solid #ccc;
	border-radius: 5%;
	text-align: center;
}

.null_hour div{
	margin : 5px 0px;	
	padding: 5px;	
	height: 100px;
	text-align: center;
}

.hour_header{
	display:block;
	/*background-color: #8dcc8d;*/
	border-top-left-radius: 5px;;
	border-top-right-radius: 5px;;
}

.null_hour_header{	
	display:block;
	background-color: #ccc;
	border-top-left-radius: 5px;;
	border-top-right-radius: 5px;;
}

