﻿#container {
    font-size: xx-large;
    margin: 10px auto;
}

#write {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #f9f9f9;
    font: 1em/1.5 Verdana, Sans-Serif;
    height: 200px;
    margin: 0 0 5px;
    padding: 5px;
    width: 671px;
}

#keyboard {
    list-style: none;
    margin: 0;
    padding: 0;
}

#keyboard li {
    -khtml-user-select: none;
    -moz-border-radius: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-border-radius: 5px;
    /*#1-previne selecţia textului din control*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0 15px 15px 0;
    text-align: center;
    width: 90px;
    /*#1*/
}

.capslock, .tab, .left-shift { clear: left; }

#keyboard .symbol { }

#keyboard .tab, #keyboard .delete {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*#1-previne selecţia textului din control*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 197px;
    /*#1*/
}

#keyboard .capslock { width: 80px; }

#keyboard .return { width: 127px; }

#keyboard .left-shift { width: 95px; }

#keyboard .rightright-shift { width: 109px; }

.lastitem { margin-right: 0; }

.uppercase { text-transform: uppercase; }

#keyboard .space {
    clear: left;
    width: 681px;
}

.on { display: none; }

#keyboard li:hover {
    border-color: #000000;
    cursor: pointer;
    left: 1px;
    position: relative;
    top: 1px;
}