div#accent-keyboard {
    font-family: 'Roboto', Tahoma, Arial, sans-serif;
    width: 100%;
    position: fixed;
    bottom: 5px;
}

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: #1a6594a6;
    list-style: none;
    font-size: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul {
        width: 670px;
        height: 230px;
        margin: 0 auto;
        padding: 5px;
        border-radius: 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;
	font-weight: bold;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 700px) {
    div#accent-keyboard ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 2px
    }
}

div#accent-keyboard ul li.active {
    background-color: #E6FFD8;
    border-color: #6FDA54
}

div#accent-keyboard ul li:hover {
    background-color: #9c27b0;
    border-color: #9c27b0;
    color: white;
}

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: 66px
    }
}

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: 100px
    }
}

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: 662px
    }
}

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
    }
}
