.keyboard {
	position: fixed;
	top:0em;
	left: 0em;
	width: 17em;
	text-align: left;
	background-color: #ececec;
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	border-top: none;
}

.button {
	width: 2em;
}
