#cookie-bar {
    position: fixed;
    width: 100%;
    min-height: 75px;
    bottom: 0px;
    right: 0px;
    background-color: #747474;
    opacity: 0.97;
    padding-top: 20px;
    z-index: 999999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;    
/*    
    background:#111111; 
    height:auto; 
    line-height:24px; 
    color:#eeeeee; 
    text-align:center; 
    padding:3px 0;
*/
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    width: 80%;
    color: #fff;
    padding-left: 30px;
    margin-top: 6px;
    line-height: 1.5;    
/*    
    margin:0; 
    padding:0;
*/
}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
    position: relative;
    float: right;
    right: -20px;    
    padding: 7px;
    background:#9bce11;
    text-transform: uppercase;
    top:-5px;
}
/*#cookie-bar .cb-enable:hover {background:#009900;}*/
#cookie-bar .cb-disable {
    height: 20px;
    width: 20px;
    position: relative;
    float: right;
    right: -150px;
    cursor: pointer;    
    top:-5px;    
    /*background:#990000;*/
}
#cookie-bar .cb-disable:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url("../images/small_light_grey_cross.png") no-repeat;
    display: block;
    position: absolute;
    right: -33px;
    bottom: -10px;
    cursor: pointer;    
}
/*#cookie-bar .cb-disable:hover {background:#bb0000;}*/

#cookie-bar .cb-policy {
    padding: 2px 0 0 0;
    color: #9bce11;
    text-decoration: none;
    /*background:#0033bb;*/
}

/*#cookie-bar .cb-policy:hover {background:#0055dd;}*/