<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Titolo Locale Notturno */

.titolo_localenotturno {
    color: #FF5600;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.button_localenotturno {
    float:right;
    display:inline-block;
    cursor:pointer;
    font:bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    background:#77bd1c;
    padding:4px 12px 5px;
    margin-top: 25px;
}

.button_localenotturno:hover {
    text-decoration:none; 
    background-color:#284300;
}

#slogan {
    height: 60px;
    padding-top: 10px;
    position: relative;
    text-align: right;
}


</pre></body></html>