#cookie-bar {background:rgba(255,255,255,0.9); height:auto; line-height:30px; color:#eeeeee; text-align:left; padding:20px 30px;z-index:999;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;z-index: 111111111;}
#cookie-bar h2{color:#000000;margin-bottom:20px;}
#cookie-bar p {margin:0; padding:0;color:#000000;margin-bottom: 30px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:10px 35px; margin-right: 8px;cursor:pointer;}
#cookie-bar .cb-enable {background:#f37936;}
#cookie-bar .cb-enable:hover {background:#f37936;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#555555;}
#cookie-bar .cb-policy:hover {background:#555555;}


@media (max-width: 470px){
	#cookie-bar h2{
	    font-size: 20px;
	}
	#cookie-bar .cb-enable{
		margin-bottom: 15px;
	}
}