* {
margin: 0;
padding: 0;
}

#keyboard2 {
margin: 0;
padding: 0;
list-style: none;
font-family: "montserrat-1";
}

#keyboard2 li {
	float: left;
	margin: 0 5px 5px 0;
	width: 9%;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background: #BED6F0;
	color:#3D7DD3;
	font-size: 1.2em;
}
.capslock, .tab, .left-shift {
	clear: left;
}
#keyboard2 .tab, #keyboard2 .delete {
	width: 28.3%;
}
#keyboard2 .capslock {
	width: 80px;
}
#keyboard2 .return {
	width: 77px;
}
#keyboard2 .left-shift {
	width: 95px;
}
#keyboard2 .right-shift {
	width: 109px;
}
.lastitem {
	margin-right: 0;
}
.uppercase {
	text-transform: uppercase;
}
#keyboard2 .space {
	clear: left;
	width: 700px;
}
.on {
	display: none;
}
#keyboard2 li:active {
	background: #2196F5 !important;
}