html, body, .fill {
    height: 100%;
}

.glube {
	width: 600px;
    height: 600px;
 
}
canvas {
    height: 100%;
    width: 100%; 
}

.control {
    color: #428bca;
    font-weight: bold;
}

.controls {
    padding-top: 2px;
    padding-bottom: 2px;
}

#controls {display:none}
#controls td {
	padding:.3em; 
	text-align:center;
}
#controls td .btn:hover {
	background-color: #428bca;
	color: white;
}

#moveList {
    font: 1em monospace;    
}

.alg {
    display:inline;
}
.alg input {
    width: 50%; 
    display:inline;
}
.scramble, .alg label {
    display:none;
}
