﻿
.principaleMAIL {
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 1em;
    width: 100%;
    margin: 0px auto 0px auto;
    border: 0px solid red;
    padding: 0 0 0px 0;
    line-height: 100%;
}

.comboMAIL {
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 3px;
    /*font-size: 0.9rem;*/
}

.cellaMAILa {
    background-color: antiquewhite;
    border-radius: 5px;
    margin-bottom: 0px;
    border: 1px solid gray;
}

.cellaMAILb {
    background-color: transparent;
    font-weight: normal;
}

    .cellaMAILb:hover {
        background-color:lightgoldenrodyellow;
        border-radius: 5px;
    }

.cellaMAILa, .cellaMAILb, .comboMAIL {
    height: 30px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    width: 100%;
    /*max-width: 98%;*/
    vertical-align: middle;
}

.cellaMAILa, .cellaMAILb {
    padding: 0px 0 0 0;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    /*.cellaMAILa, .cellaMAILb {
        width: 100%;
    }
    .cellaMAILa {
        padding-top: 7px;
    }
    .columnMAIL {
        margin-bottom: 3px;
        margin-top: 3px;
    }*/
    .principaleMAIL {
        margin: 3px auto 3px auto;
    }
}

.columnMAIL {
    display: table-cell;
}

.cellaMAILa {
    width: 35%;
}

.cellaMAILb {
    width: 60%;
}

.contenitoreMAIL {
    display: table;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 0 0 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    /*font-size: 100%;*/
    border: 0px solid Green;
}

@media screen and (min-width: 900px) {
}
