#bannerCNIL {
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    text-align: center;
    color: #FFF;
    font-size: 12px;
}

#bannerCNIL span {
    vertical-align: middle;
    font-size: 12px;
    font-family: arial;
}

#bannerCNIL a {
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
}

#bannerCNIL a:hover {
    text-decoration: underline;
}

#bannerCNIL .btn img {
    vertical-align: middle;
}

@media screen and (max-width: 1120px) {
    #bannerCNIL {
        font-size: 10px;
    }
}

@media screen and (max-width: 950px) {
    #bannerCNIL {
        font-size: 9px;
    }
}