div#mlkeyboard {
    width: 100%;
    position: fixed;
    bottom: 20%;
}

div#mlkeyboard ul,
div#mlkeyboard li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

div#mlkeyboard ul {
    background: #eee;
    list-style: none;
    font-size: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
span.close-keybord {
    display: block;
    /* width: 30px; */
    /* height: 30px; */
    /* background-color: red; */
    /* text-align: center; */
    /* color: #fff; */
    /* border-radius: 50%; */
    /* font-size: 16px; */
    /* line-height: 30px; */
    /* font-weight: bold; */
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    cursor: pointer;
}
@media screen and (min-width: 700px) {
    div#mlkeyboard ul {
        width: 1200px;
        height: 334px;
        margin: 0 auto;
        padding: 0px;
        border-radius: 5px 5px 0 0;
        background-color: #fbfff7;
        padding: 13px;
        border-radius: 20px;
    }
}

div#mlkeyboard 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#mlkeyboard ul li {
        width: 80px;
        height: 60px;
        line-height: 60px;
        margin: 2px;
        font-size: 15px;
        font-weight: bold;
    }
}

div#mlkeyboard ul li.active {
    background-color: #E6FFD8;
    border-color: #6FDA54
}

div#mlkeyboard ul li:hover {
    background-color: #41763e;
    border-color: #000000;
    color: #fff;
}

div#mlkeyboard ul #mlkeyboard-capslock,
div#mlkeyboard ul #mlkeyboard-tab,
div#mlkeyboard ul #mlkeyboard-left-shift {
    clear: left
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-backspace {
        width: 66px
    }
}

div#mlkeyboard ul #mlkeyboard-tab {
    width: 7%
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-tab {
        width: 65px
    }
}

div#mlkeyboard ul #mlkeyboard-capslock {
    width: 12%
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-capslock {
        width: 155px
    }
}

div#mlkeyboard ul #mlkeyboard-return {
    width: 8%
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-return {
        width: 76px
    }
}

div#mlkeyboard ul #mlkeyboard-left-shift {
    width: 14%
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-left-shift {
        width: 160px
    }
}

div#mlkeyboard ul #mlkeyboard-right-shift {
    width: 12%
}

@media screen and (min-width: 540px) {
    div#mlkeyboard ul #mlkeyboard-right-shift {
        width: 158px;
        margin-right: 0
    }
}

div#mlkeyboard ul #mlkeyboard-space {
    clear: left;
    width: 98%
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul #mlkeyboard-space {
        width: 800px;
        float: unset;
        margin: auto;
    }
}

div#mlkeyboard ul.mlkeyboard-modifications {
    position: absolute;
    background: rgba(133, 133, 133, 0.6);
    border-radius: 5px;
    display: none;
    padding: 8px
}

@media screen and (min-width: 700px) {
    div#mlkeyboard ul.mlkeyboard-modifications {
        height: 46px
    }
}

/*# sourceMappingURL=jquery.ml-keyboard.css.map */