* {
    margin: 0;
    padding: 0;
}
#container {
    margin:auto;
    width: 788px;
    position: absolute;
    margin-left: 27%;
    z-index: 100 !important;
}
#write {
    margin: 0 0 5px;
    padding: 5px;
    width: 735px;
    height: 70px;
    font: 1em/1.5 Verdana, Sans-Serif;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 50px;
    text-align: center;
    overflow-y: hidden;
}
#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}
#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 190px;
    height: 80px;
    padding-top: 20px; 
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 25px;
    font-weight: 900;
}

.capslock, .tab, .left-shift {
    clear: left;
}
#keyboard .tab, #keyboard .delete {
    width: 385px;
}
#keyboard .capslock {
    width: 120px;
}
#keyboard .return {
    width: 97px;
}
#keyboard .left-shift {
    width: 105px;
}
#keyboard .right-shift {
    width: 157px;
}
.lastitem {
    margin-right: 0;
}
.uppercase {
    text-transform: uppercase;
}
#keyboard .space {
    clear: left;
    width: 736px;
}
.on {
    display: none;
}
#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}