/* COPYRIGHT Alexander Gielisse 2016 */
body {
	margin: 0;
	padding: 0;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 2em;
	background-color: #f2f2f2;
}

.center-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 20px;
	align-items: center;
	flex-direction: column;
}

.header {
	background: url(logo.png);
	background-size: 600px 200px;
	background-repeat: repeat-x;
}

header h1 {
	margin: 0;
}

header {
	height: 200px;
	text-align: center;
}

main {
	float: left;
	width: 100%;
}

nav {
	float: left;
	width: 600px;
	margin-left: -700px;
	font-size: 16px;
	text-align: center;
}

#content {
	margin-right: 600px;
}

.footer {
	font-size: 16px;
	color: #ffffff;
}

footer {
	clear: left;
	height: 170px;
	text-align: center;
	background-color: #0d0d0d;
}

.sliderValue {
	display: inline-block;
	width: 40px;
	vertical-align: top;
	text-align: center;
}

.sizetextbox {
	width: 30px;
}

.inner h1 {
	font-size: 30px;
}

.inner h2 {
	font-size: 20px;
}

.inner h3 {
	font-size: 18px;
}

.inner h4 {
	font-size: 16px;
}

.inner {
	margin: 25%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	color: #0;
}

.introtext {
	font-size: 16px;
}

.warningtext {
	font-size: 16px;
	font-weight: bold;
}

.range {
	width: 25% !important;
}

button {
	width: 100%;
}

input[type=range] {
	-webkit-appearance: none;
	background-color: silver;
	width: 10px;
	height: 25px;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #5B5B5B;
	width: 10px;
	height: 25px;
}

input {
	text-align: center;
}

a {
	text-decoration: none;
}

#headerImage {
	text-align: center;
}

pre {
	line-height: 140%;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

code {
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	background: #d9d9d9;
}

#content code {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #bebab0;
}

.generating {
	text-align: center;
}