#cookie-bar {
	background:rgba(0,0,0,0.8); 
	height:auto; 
	line-height:24px; 
	color:#eeeeee; 
	text-align:center; 
	padding:15px 20px;
	font-size: 0.8rem;
	font-family: "Roboto",sans-serif;
	@media (max-width: 800px) {
		font-size: 0.6rem;
		line-height: 1.4;
	}
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;z-index: 1000;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {
	color:#ffffff; 
	display:inline-block;
	text-decoration:none; 
	padding:2px 6px;
	margin-left:8px;
	@media (max-width: 800px) {
		display: block;
		width: 80px;
		margin: 10px auto 0;
	}
}
#cookie-bar .cb-enable {background:#112647 !important;border: 1px solid #112647;}
#cookie-bar .cb-enable:hover {background:#112647; color: #75cbbf;}
#cookie-bar .cb-disable {background:#000;}
#cookie-bar .cb-disable:hover {background:#333;}
#cookie-bar .cb-policy {background:#000;}
#cookie-bar .cb-policy:hover {background:#333;}