#cookie-bar {z-index:999;position: fixed;bottom: 5px;right: 5px;display: block;padding: 1em;font-size: 12px;line-height: 120%;background: #222;border-radius: 5px;color: #FFF;width: 425px;border: 1px solid #444;opacity: .7;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar p {margin:0; padding:0 15px 0 0; position:relative;}
#cookie-bar .cb-enable {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;position:absolute;right:0;top:0;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
@media screen and (max-width:600px){  
    #cookie-bar{width: auto;margin: 0 20px;}
    .cb-enable {
        display: none !important;
    }
}