#cookie-bar {width:100%;background:#d3d3d3; height:51px; color:#333; text-align:left !important; padding:0; font-size: 16px;}
#cookie-bar.fixed {height:auto;position:fixed; bottom:0; left:0; width:100%;z-index:9999;}
#cookie-bar div {width:100%;margin:0 auto;position:relative;}
#cookie-bar p {padding: 20px 20px 40px 20px; text-align:center; font-size: 16px; margin: 0; }
#cookie-bar a {color:#333; text-decoration:underline;}
.cb-enable{position:absolute;top:25px;right:0;display:block;}
#cookie-bar .cb-enable {position:relative; width: 150px; float: right;
    color: white;
    font-weight: 500;
    top: 10px;
    right: auto;
    background-color: #25ee32;
    margin: 0 0 0 auto;
    text-decoration: none;}
#cookie-bar .cb-enable:hover {}
#cookie-bar .cb-disable {background:#d3d3d3;}
#cookie-bar .cb-disable:hover {background:#d3d3d3;}
#cookie-bar .cb-policy {position:relative; width: 150px;
    color: #777;
    top: 10px;
    right: auto;
    font-weight: 500;
    margin: 0 0 0 auto;
    float: right;
    }
#cookie-bar .cb-policy:hover {background:#d3d3d3;}