html {
	margin-bottom: 30px;
}
#hike-cookie-bar {
	display: none;
	direction: ltr;
	color: #ffffff;
	min-height: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding:5px 20px 5px;
	background-color: #2e363f;
	text-align: center;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
}
#hike-cookie-bar a {
	color: #ffffff;
	text-decoration: underline;
}
button#hikeCookieAcceptWP {
	margin:0 10px;
	line-height:20px;
	background:#50c878;
	border:none;
	color: #ffffff;
	padding:2px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}