
#audit {
	position: absolute;
	right: 0;
	bottom: 10px;
	
}

main {
	padding-bottom: 25px;
}

footer li::marker {
	color: #fff !important;
}

@media (max-width: 650px) {
	header a {
		margin-bottom: 25px  !important;
	}
}

@media (max-width: 500px) {
	header a {
		margin-bottom: 15px  !important;
	}
}

@media screen and (max-width: 420px) {
	#audit {
		position: relative;
		margin-top: 30px;
		right: -72%;
	}
}