#cookie-bar {
	background: rgba(0, 0, 0, 0.8);
	height: auto;
	line-height: auto;
	color: white;
	padding: 15px;
	border-top: solid 2px #ff8a00;
}

#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 a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
}
#cookie-bar .cb-enable {background: #ff8a00; margin-bottom: 5px;}
#cookie-bar .cb-enable:hover {background: #d87500;}

#cookie-bar .cb-disable {background: #ff8a00;}
#cookie-bar .cb-disable:hover {background: #d87500;}

#cookie-bar .cb-policy {background: #ff8a00;}
#cookie-bar .cb-policy:hover {background: #d87500;}
