.cookieConsentContainer {
	z-index: 999;
	width: 100%;
	min-height: 15px;
	box-sizing: border-box;
	padding: 10px;
	background: #3c4146;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	left:0px;
	display: none;

}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 10px 40px;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	margin-top: 11px;
	text-align: center;
	float: left;
} 

.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
	margin: 0;
	padding: 10px 20px;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	margin-top: 11px;
	background: #000000;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.3s;

}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background: #1c84c6;
}

@media (max-width: 100%) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}