body {
   background-color: #A6A6A6;
}

.keypress {
    width: 1015px;
    margin: 0 auto;
}

.keypress, .keypress input {
    padding: 0 3px;
    background-color: #A6A6A6;
}

.keypress input {
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 920px;
    text-align: left;
    direction: rtl;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: "courier new", courier, monospace;
    color: #00ff00;
}

.keydown_label, .keyup_label, .keypress input {
    font-family: "courier new", courier, monospace;
}

.keydown_label, .keypress input.keydown {
    color: #008000;
}

.keyup_label, .keypress input.keyup {
    color: #800000;
}

#keyboard {
    display: block;
    margin: 50px auto;
}

#deskthority {
    text-align: center;
    font-size: 16px;
    font-family: "courier new", courier, monospace;
    margin-bottom: 20px;
}

#deskthority a {
    color: #000;
}

