#cookie-law { 
    width:100%;
    background: rgba(0,0,0,0.7) ; 
    margin:0px auto 0; 
    z-index: 999999;
    padding-bottom:5px;
    position: fixed; bottom: 0px;

}
#cookie-law p { 
    padding:4px; 
    font-size:14px; 
    text-align:center !important; 
    color:#fff; 
    margin:0;
    /*margin-left: 210px;*/
    font-family: Verdana, sans-serif;
}
#cookie-law p a , #cookie-law p a:hover {  
    color:#eee !important; 
    font-size:14px; 
    text-decoration: none;
    font-weight:bold;
}          
.cookie-close-banner {
    color: #eee !important;
    padding-left: 20px;
    text-transform: uppercase;
    text-decoration: none;
}   
@media screen and (max-width: 992px) {
    #cookie-law p { 
        margin-left: 0px;
    }            
}
