#cookie-bar .cb-inner {
	z-index: 1200;
	background: rgba(0, 0, 0, 0.9);
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 9px 16px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
	line-height: 19px;
}

#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #ea0202;
	font-size: 13px;
	padding: 4px 12px;
}

#cookie-bar .cb-enable:hover {
	background: #d10202;
}

#cookie-bar .cb-policy {
	text-decoration: underline;
	padding: 4px 12px;
}

#cookie-bar .cb-policy:hover {
	text-decoration: none;
}

#cookie-bar .cb-divider {
	display: block;
	height: 8px;
}

@media (min-width: 1150px) {
	#cookie-bar .cb-divider {
		display: none;
	}
}