.keyboard-btn {
	padding:5px;
	margin:0.3px;
	border-radius:5px;
	font-size:1.2em;
	width:2em;
	height:3em;
	background-color:#cccccc;
	color: black;
}

#bs-btn {
	background:red;
	/*height:2.3em;*/
	width:2.8em;
}

/* Moves the top row of the keyboard right */
.row-top {
	padding-left: 0px;
}

.row-bot {
	padding-right: 0px;
}