.help {
    margin-left: 20px;
    margin-top: 20px;
}

.imgframe {
    width: 160px;
    
    display: inline-block;
}

img {
    max-height:100px;
}

body {
    font-family: verdana;
}

.controlheader {

}

.controltext {
    font-size: 1.1 em;
    font-weight: bold;
}

.helpcontrols {
    margin: 30px;
}

button {
    background-color: #476aa3; 
	border: none;
	color: white;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	font-size: 1.4em;
	margin: 5px;
	z-index: 10;
}