body {
	margin: 0px;
}
.diceroll-header, .diceroll-content {
	position: fixed;
}
.diceroll-header {
	width: 100%;
	top: 0%;
	height: 20%;
	overflow-y: auto;
	background-color: #ddddff;
	font-family: sans-serif;
}
.diceroll-header * {
	text-align: center;
}
.diceroll-title {
	font-size: 200%;
}
#diceroll-info {
	display: none;
}
.diceroll-info-container > * {
	margin: 0.25em;
}
.diceroll-links {
	list-style-type: none;
	padding: 0px;
}
.diceroll-links li {
	display: inline-block;
	margin: 0em 0.5em;
}
.diceroll-content {
	top: 20%;
	height: 80%;
}