.copyright-background {
    background: black;
    width: 100%;
    height: 50px;
}
#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}
#keyboard-tanggal {
    display: none;
}
#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 5px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#keyboard .tab, #keyboard .delete {
    width: 70px;
}

#keyboard .return {
    width: 77px;
}
#keyboard .left-shift {
    width: 95px;
}
#keyboard .right-shift {
    width: 109px;
}
.lastitem {
    margin-right: 0;
}
.uppercase {
    text-transform: uppercase;
}
#keyboard .space {
    clear: left;
    width: 681px;
}
#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}


#keyboard-tanggal li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 5px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#keyboard-tanggal .tab, #keyboard-tanggal .delete {
    width: 70px;
}

#keyboard-tanggal .return {
    width: 77px;
}
#keyboard-tanggal .left-shift {
    width: 95px;
}
#keyboard-tanggal .right-shift {
    width: 109px;
}
#keyboard-tanggal .space {
    clear: left;
    width: 681px;
}
#keyboard-tanggal li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}