﻿#cookie-bar {
	background: #00152e;
	height: auto;
	line-height: 2em;
	color: #eeeeee;
	text-align: center;
	padding: 15px 10px 10px;
	font-size: 1em;
	width: 100%;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
	width: 100%;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
	width: 95%;
	line-height: 1.5em;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	padding: 2px 20px;
	margin: 10px 0 10px 12px;
}
#cookie-bar .cb-enable, #cookie-bar .cb-disable, #cookie-bar .cb-policy {
	background: #32629b;
}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-disable:hover, #cookie-bar .cb-policy:hover {
	background: #537eb1;
}

@media only screen and (max-device-width: 590px) {
#cookie-bar {
	padding: 30px 10px 50px;
	font-size: 2.4em;
	
}
#cookie-bar p {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.3em;
}
#cookie-bar a {
	display: block;
	font-size: 1.3em;
	margin: 20px 0;
	padding: 10px;
}
