div#accent-keyboard {
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	width: 100%;
	position: fixed;
	bottom: 0
}
div#accent-keyboard ul, div#accent-keyboard li {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
div#accent-keyboard ul {
	background: #eee;
	list-style: none;
	font-size: 13px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}
@media screen and (min-width: 700px) {
	div#accent-keyboard ul {
		width: 600px;
		height: 206px;
		margin: 0 auto;
		padding: 0px;
		border-radius: 5px 5px 0 0
	}
}
div#accent-keyboard ul li {
	float: left;
	margin: 0 0 0.5% 0.5%;
	width: 6%;
	text-align: center;
	background: #fff;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #e5e5e5;
	cursor: pointer
}
@media screen and (min-width: 700px) {
	div#accent-keyboard ul li {
		width: 35px;
		height: 35px;
		line-height: 37px;
		margin: 2px
	}
}
div#accent-keyboard ul li.active {
	background-color: #E6FFD8;
	border-color: #6FDA54
}
div#accent-keyboard ul li:hover {
	background-color: #FFD488;
	border-color: #FFAE6E
}
div#accent-keyboard ul #accent-keyboard-capslock, div#accent-keyboard ul #accent-keyboard-tab, div#accent-keyboard ul #accent-keyboard-left-shift {
	clear: left
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-backspace {
		width: 60px
	}
}
div#accent-keyboard ul #accent-keyboard-tab {
	width: 7%
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-tab {
		width: 60px
	}
}
div#accent-keyboard ul #accent-keyboard-capslock {
	width: 12%
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-capslock {
		width: 68px
	}
}
div#accent-keyboard ul #accent-keyboard-return {
	width: 8%
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-return {
		width: 68px
	}
}
div#accent-keyboard ul #accent-keyboard-left-shift {
	width: 14%
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-left-shift {
		width: 90px
	}
}
div#accent-keyboard ul #accent-keyboard-right-shift {
	width: 12%
}
@media screen and (min-width: 540px) {
	div#accent-keyboard ul #accent-keyboard-right-shift {
		width: 88px;
		margin-right: 0
	}
}
div#accent-keyboard ul #accent-keyboard-space {
	clear: left;
	width: 98%
}
@media screen and (min-width: 600px) {
	div#accent-keyboard ul #accent-keyboard-space {
		width: 594px
	}
}
div#accent-keyboard ul.accent-keyboard-modifications {
	position: absolute;
	background: rgba(133, 133, 133, 0.6);
	border-radius: 5px;
	display: none;
	padding: 8px
}
@media screen and (min-width: 700px) {
	div#accent-keyboard ul.accent-keyboard-modifications {
		height: 46px
	}
}