
/* Nascondo il FUSO ORARIO */
#select-timezone,
label[for="select-timezone"] {
    display: none !important;
}


/* Nasconde completamente anche il pulsante lingua residuo */
#select-language {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Applico uno sfondo a tono generale */

body {
background-color: #e6ecf3;
}


/* Personalizzo il FOOTER */

.custom-footer {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #555;
}

.custom-footer a {
    color: ##315F94;
    text-decoration: none;
}

.custom-footer a:hover {
    text-decoration: underline;
}