/* stylesheet for app reserver*/
table.dates {
	text-align:center;
}
table,th, td {
	width:30px;
	border: 1px solid blue;
	padding:10px;
}
table{
	 border-collapse: collapse;
}
td.dateyes{
	background-color: lightgreen;
}
td.dateno{
	background-color:red;
}
form.button {
	margin:10;
}
.warning {
	color:red;
}
.clicked {
	background-color:purple;
}
#formchangemonth {
	margin-top:15px;
}
.titdispo {
	color: blue;
	font-size:1.5rem;
	margin:10px;
}
label.reserver { 
	display: inline-block ; 
   	width: 200px ;
}
input.reserver { 
  	width: 200px ;
  	marging:10;
  	}

