body {
	padding-bottom: 10px;
	font-family: 'Inconsolata', monospace;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 500px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
}

html {
	overflow-y: scroll;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}

.debugDetails {
	font-size: 10px;
	text-align: center;
	color: grey;
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}
