#cookie-bar {
    background: rgba(255, 255, 255, 1);
    height:auto;
    line-height:24px;
    color:#eeeeee;
    text-align:center;
    padding:4px 8px;
    -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; display: table;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#009bac; display:inline-block; border-radius:0px; text-decoration: none; padding:0;}
#cookie-bar .cb-enable {
    border: none!important;
    color: #fff;
    background: #2793f3;
    font-weight: 600;
    margin-left: 20px;
    padding: 8px 16px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0px;
}
#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: table-cell;
    float: none;
    padding: 12px !important;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}
#cookie-bar p{
    font-size: 16px;
    line-height: 20px;
}
#cookie-bar p a{
    color:#2793f3!important;
}
#cookie-bar span:last-child{
    float: none!important;
    text-align: right;
    width: 35%;
    padding-left: 0px;
}
#cookie-bar span:first-child {
    max-width:60%;
}

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

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