#cookie-bar.fixed {position: fixed;    bottom: 5px;    left: 50%;    max-width: 96%;    z-index: 99999999;}
#cookie-bar p {
      position: relative;
    /*right: 50%;*/
    padding: 5px 10px;
    margin: 0;
    font-family: Calibri,Arial;
    font-weight: bold;
    color: #121212;
    line-height: 18px;
    font-size: 16px;
    border-radius: 2px;
    /*background-color: #B6B6B6;*/
    background-color:#f8dd7d; 
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);z-index: 999;}

#cookie-bar .cb-enable {
    font-family: Calibri,Arial;
    line-height: 17px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 2px;
    height: 24px;
    margin-left: 10px;
    text-decoration: none;
    background-color: #eee;
    text-transform: uppercase;}

/*#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;z-index: 999;}*/
/*#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}*/



#cookie-bar.fixed.bottom {bottom:0; top:auto;}
/*#cookie-bar p {margin:0; padding:0;}*/
#cookie-bar a {color:#000; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}

 #cookie-bar .cb-enable {} 
#cookie-bar .cb-enable:hover {border:1px solid #000;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}

#cookie-bar .cb-policy {color:#007bff;}
#cookie-bar .cb-policy:hover {text-decoration:underline;}