div#accent-keyboard {
	float:left;
    width: 100%;
    position: relative;
    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: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 2px;
		border-radius: 5px 5px 0 0;
		float: left;
    }
}

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: 65px;
        height: 65px;
        line-height: 65px;
        margin: 3px;   
        font-size:20px; 
    }
    
    div#accent-keyboard ul li:nth-child(10n + 1) {
    	clear:left;
    }
}

div#accent-keyboard ul li.active {
    background-color: #f5f5f5;
    border-color: #9e9e9e;
}

div#accent-keyboard ul li:hover {
    background-color: #00aeef;
    border-color: #057ca9;
    color:#fff;
}

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: 700px) {
    div#accent-keyboard ul #accent-keyboard-backspace {
        width: 183px;
    }
}

div#accent-keyboard ul #accent-keyboard-tab {
    width: 7%
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul #accent-keyboard-tab {
        width: 65px
    }
}

div#accent-keyboard ul #accent-keyboard-capslock {
    width: 12%
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul #accent-keyboard-capslock {
        width: 75px
    }
}

div#accent-keyboard ul #accent-keyboard-return {
    width: 8%
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul #accent-keyboard-return {
        width: 76px
    }
}

div#accent-keyboard ul #accent-keyboard-left-shift {
    width: 14%
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul #accent-keyboard-left-shift {
        width: 183px;
    }
}

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: 96px;
        margin-right: 0
    }
}

div#accent-keyboard ul #accent-keyboard-space {
    clear: left;
    width: 98%
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul #accent-keyboard-space {
        width: 340px;
    }
}

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
    }
}