#cookie-bar {background:#dbd7ce; height:auto; color:#787878; text-align:center; padding:10px 0;}
#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;float:left;width: 100%;padding: 0 15px; }
#cookie-bar p span {float: left;line-height:24px;}
#cookie-bar a {float:right;color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:4px 15px; margin-left:8px;}
#cookie-bar .cb-enable {background:#38aecc;}
#cookie-bar .cb-enable:hover {background:#4ec0dd;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#999;}
#cookie-bar .cb-policy:hover {background:#aaa;}

@media (max-width: 1000px) {
	#cookie-bar p span{float:none;}
	#cookie-bar a {float:none;}
}