﻿
.principaleCAP {
    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%;
}

.comboCAP {
    /*font-size: 95%;*/
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 3px;
    /*font-size: 0.9em;*/
}

.cellaCAPa {
    background-color: antiquewhite;
    border-radius: 5px;
    margin-bottom: 0px;
    border: 1px solid gray;
}

.cellaCAPb {
    background-color: transparent;
    font-weight: normal;
}

    .cellaCAPb:hover {
        background-color: lightgoldenrodyellow;
        border-radius: 5px;
    }

.cellaCAPa, .cellaCAPb, .comboCAP {
    height: 30px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    width: 100%;
    /*max-width: 98%;*/
    vertical-align: middle;
}

.cellaCAPa, .cellaCAPb {
    padding: 0px 0 0 0;
}

@media screen and (min-width: 100px) and (max-width: 899px) {
    /*.cellaCAPa, .cellaCAPb {
    }
    .cellaCAPa {
        padding-top: 7px;
    }
    .columnCAP {
        margin-bottom: 3px;
        margin-top: 3px;
    }*/
    .principaleCAP {
        margin: 3px auto 3px auto;
    }
}

.cellaCAPa {
    width: 30%;
}

.cellaCAPb {
    width: 60%;
}

.columnCAP {
    display: table-cell;
}

.contenitoreCAP {
    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) {
}
