﻿

.principaleTEL {
    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;
}

.comboTEL {
    font-size: 0.9em;
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 3px;
}

.cellaTELa {
    background-color: antiquewhite;
    border-radius: 5px;
    margin-bottom: 0px;
    border: 1px solid gray;
}

.cellaTELb {
    background-color: transparent;
    font-weight: normal;
}

    .cellaTELb:hover {
        background-color: lightgoldenrodyellow;
        border-radius: 5px;
    }

.cellaTELa, .cellaTELb, .comboTEL {
    height: 30px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
}

.cellaTELa, .cellaTELb {
    padding: 0px 0 0 0;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    /*.cellaTELa, .cellaTELb {
        width: 100%;
    }
    .cellaTELa {
        padding-top: 7px;
    }
    .columnTEL {
        margin-bottom: 3px;
        margin-top: 3px;
    }*/
    .principaleTEL {
        margin: 3px auto 3px auto;
    }
}

.columnTEL {
    display: table-cell;
}

.cellaTELa {
    width: 40%;
}

.cellaTELb {
    width: 60%;
}

.contenitoreTEL {
    display: table;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 0 0 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    border: 0px solid Green;
}

@media screen and (min-width: 900px) {
}
