.cookiebar{
	background-color: #2D2D2D;
	position: absolute;
	padding: .6em .9em;
	line-height: 36px;
	margin: auto;
	margin-top: .6em;
	margin-left:.7%;
	font-size: small;
	height: 39px;
	color: #FFF;
	width: 97%;
	bottom: 0;
}

.cookiebar button {
	color: #FFF;
	float: right;
	cursor: pointer;
	border-radius: 0;
	margin-right: 12px;
	padding: .9em .9em;
	border: thin solid #FFF;
	background-color: #2D2D2D;
}

.cookiebar button.agree:hover {
	border-color: #52DE77;
	color: #52DE77;
}

.cookiebar button.more-info:hover {
	border-color: #4291D6;
	color: #4291D6;
}