
html {
    min-height: 100%; }

body {
	margin: 0;
	min-height: inherit;
}
 [data-sidebar] {
	display: none;
	position: fixed;
	height: 100%;
	width: 225px;
	z-index: 999999;
	top:0;
}
 [data-sidebar-overlay] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1000;
	width: 100%;
	min-height: inherit;
}

/* Additional styles */


aside { background-color: #f09043;box-shadow: 0 6px 0 0 rgba(0,0,0,0.5); }
aside  a { color:#fff; text-decoration:none;}
.overlay { background-color: #171111; }

.padding { padding: 2em; }
