/* dark theme */
body {
    background-color: #141414;
    margin-bottom: 20mm;
}

* {
	color: #FFFFFF;
}

button {
	background-color: #202020;
	padding: 1em;
	font-weight: bold;
}

a, a:visited {
	color: #EDFFBD;
}


p, ul, ol {
    max-width: 176mm; /* B5 paper width */
    /* background-color: #f0e0e0;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
}

/* make sure div is centered */
div {
    margin-left: auto;
    margin-right: auto;
}


h1, h2, h3, h4, h5 {
    text-align: center;
}

/*

#banner {
	width: 100%;
	height: 100px;
	text-align: center;
	background-image: url("../images/banner ergo narrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 1000px) {
	#banner {
		background-image: url("../images/banner ergo.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
	
*/
