.cookie-consent {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	padding:10px;
	width:100%;
	background-color: #ffffff;
	text-align: left;
	z-index: 1001;
	height:60px;
}
.cookie-consent .cookie-consent-selection {
	text-align: right;
}

.cookie-consent hr {
	margin: 15px 0;
}