#cookie-bar {
    background: rgba(0,0,0,.75);
    line-height: 18px;
    color: #eeeeee;
    text-align: center;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    top: 0;
    position: absolute;
    width: 100%;
}
#cookie-bar.fixed {position:fixed; top:0; left:0;}
#cookie-bar p {margin:0; padding:0; text-align:left; font-size: 12px}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left:10px;}
#cookie-bar .cb-enable {background:#333;}
#cookie-bar .cb-enable:hover {background:#666;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#333;}
#cookie-bar .cb-policy:hover {background:#666;}


@media only screen and (max-width:640px){
    #cookie-bar p{
        font-size: 11px;
    }
    #cookie-bar{

    }
    #cookie-bar a:link, #cookie-bar a:active, #cookie-bar a:visited{
        float: none;
        width: auto;
        margin: 10px 0;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 5px 5px 0;
    }
}