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

/* ********************************************** BASE ***************************************** */



.boxPulsante
{
    float:left;
    margin-top:2px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    width:auto;
    height:auto;
    background-color:#004B8D;
    border:solid 0px #d8d8d8;
    border-radius:2px;
    opacity:1;
    cursor:pointer;
}

.boxPulsante:hover
{
    opacity:0.75;
}

.boxPulsanteEtichetta
{
    float:left;
    margin-top:6px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:7px;
    width:auto;
    height:auto;
    border:solid 0px #ff0000;
}




/* ********************************************** VARIANTI ***************************************** */

.boxPulsanteGrigio
{
    background-color:#e9e9e9;
}

.boxPulsanteRosso
{
    background-color:#D71B33;
}

.boxPulsanteArancio
{
    background-color:#F6830B;
}

.boxPulsanteVerde
{
    background-color:#008900;
}</pre></body></html>