.form-container {
    background-color: #EEF4FB;
    padding: 20px;
    border-radius: 8px;
}

.tabella-colori-alternati tr:nth-child(even) {
    background-color: #ffffff !important;
}
.tabella-colori-alternati tr:nth-child(odd) {
    background-color: #dce8f7 !important;
}
.tabella-colori-alternati th {
	color:white !important;
	background-color: #555555 !important;
}
.tabella-colori-alternati td, th {
	padding-top:10px;
	padding-bottom:10px;
}