body {
	margin-top: 30px;
}
#ava_vaegus {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
#vaeg-seaded {
	color: #000;
	background: #e8edf3;
	padding: .5rem;
	display: none;
	position: relative;
	z-index: 2;
	font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	padding-top: 50px;
}
.btn-wcag {
	border-radius: 0;
	background: #000;
	color: #e8edf3;
	border: none;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: .5rem;
}
.btn-toggle {
	border-radius: 0;
	background: #e8edf3;
	color: #000;
	border: none;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}
.close-wcag {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.5rem;
    padding: .75rem;
}