@media screen and (min-width: 1041px)
{
    #cookie-bar {height: auto;}
    #cookie-bar .cb-enable {top: -10px;}
}
/* Tablet */
@media screen and (min-width: 702px) and (max-width: 1040px)
{
    #cookie-bar {height: auto;}
    #cookie-bar .cb-enable {top: 0px;}        
}
/* Mobile */
@media screen and (max-width: 701px)
{
    #cookie-bar {height: 100px;}
    #cookie-bar .cb-enable {top: 10px;}
}
#cookie-bar {background-color:#ffc50b; color:#000; padding:10px;border: 2px solid #0f4754;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar .cb-policy {color:#000;text-decoration:underline;}
#cookie-bar .cb-enable {background:#fff;color:#58585A;float:right;position: relative; padding:4px 4px; display:inline-block; text-decoration:none;}
