#fontSmall {
    font-size: 1em;
}

#fontNormal {
    font-size: 1.3em;
}

#fontBigger {
    font-size: 1.5em;
}

.underLine {
    text-decoration: underline !important;
}

.pnlAccess {
    position: fixed;
    left: 0px;
    /*width: 150px;*/
    background-color: black;
    text-align: center;
    font-size: 1.2em;
    z-index: 99999;
    top: 0px;
    color: white;
}

    .pnlAccess a {
        color: white;
        clear: both;
        display: block;
    }

        .pnlAccess a img {
        }

        .pnlAccess a.inLine {
            display: inline-block;
            width: 20%;
            border: 1px solid white;
        }

    .pnlAccess .acceessMenuCont {
        display: none;
    }

    .pnlAccess ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}