/**
 * Space for fixed AsanteSol header + light chrome tweaks over Uikit content.
 */
#html-body {
	padding-top: 148px; /* top_bar + header_content */
}

/* Keep blog content readable if main site CSS resets fight Uikit slightly */
#main.uk-container {
	position: relative;
	z-index: 1;
}

#edit-page {
	position: fixed;
	top: 160px;
	right: 10px;
	z-index: 200;
}
