html {
	padding-top: 0px;
}
body {
	margin-top: 0px;
}
#lmf_privacy_cookiebar {
	width: 100%;
	background-color: rgba(35,35,35,.9);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0px 20px 0px;
	font: 16px/130% Roboto, sans-serif;
	z-index: 1000;
	color: #FFFFFF;
}
#lmf_privacy_cookiebar a {
	 color: #FFFFFF;
	 text-decoration: underline;
}
#lmf_privacy_cookiebar input[type=submit] {
	border: 0;
	background-color: #8F1838;
	font-weight: bold;
	padding: 0.6em 1em;
	color: #FFFFFF;
}
#lmf_privacy_cookiebar form {
	text-align: center;
}
#lmf_privacy_cookiebar h1 {
	font-size: 16px;
	font-weight: bold;
}
#lmf_privacy_cookiebar .inside {
	margin: 0px auto;
	width: 75%;
}

.ce_lmf_privacy_policy a {
	text-decoration: underline;
}