#botoesZoom:not(.semMenu) {
    margin-top: -2px;
    margin-bottom: 4px;
}

#botoesZoom {
    display: inline-block;
    /*width: 104px;*/
    /*width: 139px;*/
    margin-left: -104px;
    /*margin-left: -72px;*/
    float: right;
    /*clear: both;*/
    border-bottom: 2px solid #114477;
    border-left: 2px solid #114477;
    border-bottom-left-radius: 5px;

    background: -moz-linear-gradient(top, #BBB 10%, #FFF 100%);
    background: -ms-linear-gradient(top, #BBB 10%, #FFF 100%);
    background: -o-linear-gradient(top, #BBB 10%, #FFF 100%);
    background: -webkit-gradient(linear,10% 0,0% 100%,from(#BBB),to(#FFF));
    background: -webkit-linear-gradient(top, #BBB 10%, #FFF 100%);

    background-color: #BBB;
    font-size: 16px;
    color: #000066;
    font-weight: bold;
}

#botoesZoom .botaoZoom {
    width: 30px;
    height: 25px;
    cursor: pointer;
    float: left;
    display: inline-table;
    /*margin: 2px;*/
    padding: 2px;
    border-right: 1px solid #CCC;
}

#botoesZoom .botaoZoom:hover {
    background-color: #114477;
    color: white;
}

#botoesZoom .botaoZoom > div.contraste {
    background-image: url(/app/lib-nova/imagens/contraste.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}

#botoesZoom .botaoZoom:hover > div.contraste {
    background-image: url(/app/lib-nova/imagens/contraste_contrario.png);
}

#botoesZoom > div:last-of-type {
    border: none;
}

#botoesZoom > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
