#cookie-bar {
    background: rgba(255, 255, 255, 1);
    height:auto;
    line-height:24px;
    color:#eeeeee;
    text-align:center;
    padding:3px 0;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index: 9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#137593; display:inline-block; border-radius:0px; text-decoration: none; padding:0;}
#cookie-bar .cb-enable {
    border: 2px solid #137593;
    color: #137593;
    font-family: "effra",sans-serif;
    font-weight: 900;
    margin-left: 30px;
    padding: 5px 17px 8px;
    text-decoration: none;
}
#cookie-bar .cb-enable:hover {color:#FFFFFF;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:none;}
#cookie-bar .cb-policy:hover {background:none;}

#cookie-bar span{
    display: inline-block;
    float: left;
    padding: 20px !important;
    color: #444444;
    font-family: "effra",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
#cookie-bar span:last-child{
    float: right;
}
#cookie-bar span:first-child {
    max-width:60%;
}

#cookie-bar span:first-child p{
    margin-top:5px;
}

#cookie-bar .cb-enable::before {
    background: #137593 none repeat scroll 0 0;
}