@charset "UTF-8";

#keybox {
    width: 640px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32px;
    background-color: #777;
    text-align: center;
    line-height: 32px;
}

#canvas {
    margin-top: 10px;
    background-color: #000;
}

p {
    font-size: 11pt;
    line-height: 14pt;
}

body {
    padding: 8px;
    font-family: 'Arial','Helvetica',sans-serif;
}

input[type='range'] {
    -webkit-appearance: none;
    background-color: #444;
    height: 12px;
    width: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 12px 6px 12px 0;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #f44;
    width: 12px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #fff solid;
}
input[type='range']::-moz-range-thumb {
    background: #f44;
    width: 12px;
    height: 24px;
    border-radius: 4px;
    border: 1px #fff solid;
}
