/* NumeroIndividuiDormitorio background cell */
.night-cell {
	background-color:black !important;
	color:white;
}
/* Header title */
.cua-header {
	font-family: 'Tangerine', cursive;
	font-size: 48px;
	text-shadow: 4px 4px 4px #aaa;
	padding: 10px;
	color: #3f5a56;
}

/* TODO: da rimuovere */
.selected-row {
	background-color: red;
}

