html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 100%;
	font-family: 'Dejavu Sans Mono', 'Andale Mono', monospace;
	background-color: #1F1F1F;
	color: #8D8D8D;
}
#nothing {
	font-size: 2em;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
#nothing:hover {
	color: #acacac;
}
.dd-unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}