body {
	margin: 0 auto;
	padding: 1em;
	max-width: 64em;
	font-family: "Open Sans", sans-serif;
}
#div-wrap {
	text-align: center;
}
#div-head {
	padding: 0.5em 0 1.5em 0;
}
span.head {
	font-family: "Orbitron", sans-serif;
	font-weight: 900;
	font-size: 200%;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.tool-buttons {
	position: relative;
	float: right;
}
.tool-buttons span {
	position: absolute;
	right: 1em;
}
#div-seq {
	padding: 0.5em;
	background-color: #ddd;
	margin: 0 1em;
	border-style: solid;
	border-color: #aaa;
	border-radius: 6px;
}
#div-button {
	margin-top: 2em;
}
#div-suboptimal {
	position: relative;
	display: none;
}
#div-suboptimal .suboptimal {
	position: absolute;
	right: 0;
	top: 1em;
}
.suboptimal {
	color: #6241c3;
}
#seq {
	font-family: "Inconsolata", monospace;
	font-size: 175%;
	font-weight: bold;
}
.dot {
	color: #aaa;
	word-spacing: -50%;
}
.no-select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#btn-scramble {
	background-color: #6241c3;
	border: none;
	border-radius: 6px;
	color: white;
	padding: 0.75em 3em;
	text-align: center;
	text-decoration: none;
	font-size: 200%;
}
#btn-scramble:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
#btn-scramble:disabled.loading {
	cursor: progress;
}
#info {
	margin: 5em 0 0 0;
	display: none;
}
a, a:visited {
	color: blue;
}
#div-timer {
	display: none;
	height: 250px;
	line-height: 250px;
	text-align: center;
}
#time {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 100px;
	font-family: "Inconsolata", monospace;
}
#cube {
	display: block;
	margin: auto;
}
