body {
	font-family: courier new;
}

.key {
	border: 2px solid black;
	border-radius: 50%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

.small {
	height: 60px;
	width: 60px;
	line-height: 60px;
}

.pressed {
	color: green;
	background-color: black;
}
.pane {
	display: inline-block;
	height: 800px;
	vertical-align: top;
}

#keys {
	width: 20%;
}

#log {
	width: 78%;
	border: 2px solid black;
	overflow-y: scroll;
	overflow-x: hidden;
}