#keyboard_5xbogf8c ,#keyboard_5xbogf8c li  {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#keyboard_5xbogf8c{
    position:fixed;
    z-index:10;
    width: 9.30em;
    /*background: rgba(158,180,185,1);*/
    /*background: -webkit-gradient(linear, 0 50%, 100% 0,from( rgba(158,180,185,1)) ,to(rgba(169,156,173,1)),color-stop(50%, rgba(222,157,193,1)));*/
    /*background: linear-gradient(60deg, rgba(158,180,185,1), rgba(222,157,193,1) 50%, rgba(169,156,173,1) 100%);*/
    padding-left: 0.1em;
    border-radius: 0.05em;
    padding-top: 20px;
    /*box-shadow: 0 0.05em 0.1em rgba(0,0,0,.5);*/
    /*display:none;*/
    font-size:100px;
    right:0.05em;
    bottom:0.05em;
    -webkit-text-size-adjust:none;
    display: block;
}
#keyboard_5xbogf8c_left{
    position:absolute;
    width:0.2em;
    height:0.2em;
    font-size:1em;
    top:0em;
    left:0em;
    cursor:nw-resize;
}
#keyboard_5xbogf8c_right{
    position:absolute;
    width:0.2em;
    height:0.2em;
    font-size:1em;
    top:0em;
    right:0em;
    cursor:ne-resize;
}

#keyboard_5xbogf8c ::after {
    content: "";
    display: table;
    clear: both;
}
/*#keyboard_5xbogf8c li:nth-child(11),#keyboard_5xbogf8c li:nth-child(44){*/
/*    background: rgba(188,188,188,.5);*/
/*}*/
#keyboard_5xbogf8c div{
    float: left;
}

#keyboard_5xbogf8c div.toNum:active,#keyboard_5xbogf8c div.toCase:active {
    box-shadow: inset 0 0.04em 0 rgba(0,0,0,.5);
    top:0.08em;
}



#keyboard_5xbogf8c div.toNum{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
   font-size: 32px;
    text-align: center;
    vertical-align: text-top;
    box-shadow: 0 0.2em 0.4em rgba(0,0,0,.5);
    position:relative;
    font-family: arial,"Vrinda";
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
    position: relative;
    overflow:visible ;
    background: #66FFCC;
}
#keyboard_5xbogf8c div.toCase{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
   font-size: 32px;
    text-align: center;
    vertical-align: text-top;
    box-shadow: 0 0.2em 0.4em rgba(0,0,0,.5);
    position:relative;
    font-family: arial,"Vrinda";
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
    position: relative;
    overflow:visible ;
    background:#FF9900;

}



