#cookie-bar 
{
    background: black; color:#eeeeee; text-align:center; padding:0px; display:block; overflow:hidden;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin-left:15px; margin-right:15px; padding:0; color: #e5e5e5; font-size:10pt}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:0px; text-decoration:none; padding:0 6px; margin-left:8px; padding-bottom:3px}
#cookie-bar .cb-enable {background:#75dd1f; padding:5px 11px 8px 11px; border-radius:2px; color:White}
#cookie-bar .cb-enable:hover {background:#8bef25;}
#cookie-bar .cb-disable {background:#0e5f92; }
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#2faade; padding:5px 11px 8px 11px; border-radius:2px; color:White}
#cookie-bar .cb-policy:hover {background:#38c5ef;}

#detector-mobile-bar {background:#111111; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; display:block; overflow:hidden; width:100%}
#detector-mobile-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#detector-mobile-bar.fixed.bottom {bottom:0; top:auto;}
#detector-mobile-bar p {margin:0; padding:0; color: White}
#detector-mobile-bar a {color:#ffffff; display:inline-block; border-radius:0px; text-decoration:none; padding:0 6px; margin-left:8px; padding-bottom:3px}
#detector-mobile-bar .mp-enable {background:#4f920e;}
#detector-mobile-bar .mp-enable:hover {background:#64b613;}
#detector-mobile-bar .mp-disable {background:#0e5f92;}
#detector-mobile-bar .mp-disable:hover {background:#bb0000;}
#detector-mobile-bar .mp-policy {background:#0e6592;}
#detector-mobile-bar .mp-policy:hover {background:#157ec8;}