@charset "UTF-8";

#cookie-bar {
	height: 11px;
	padding-top: 2px;
	font-size: 10px;
	line-height: normal;
	background-color: #FFF;
	z-index: 1000;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
}
#cookie-bar .cb-enable {
	background-color: transparent;
}
#cookie-bar .cb-enable:hover {
	background-color: transparent;
}
#cookie-bar .cb-disable {
	background: transparent;
}
#cookie-bar .cb-disable:hover {
	background: transparent;
}
#cookie-bar .cb-policy {
	background-color: transparent;
	margin-left: 0px;
}
#cookie-bar .cb-policy:hover {
	background-color: transparent;
}