body, #go {
    background: #7f8c8d;
    font: 22px/1 Segoe UI, Helvetica Neue, sans-serif;
    margin: 0;
}

#c {
    background: #95a5a6;
    border: 5px solid #95a5a6;
    border-bottom-width: 64px;
    box-shadow: 0 0 2px #101010;
    height: 600px;
    margin: 50px auto 0;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 900px;
}

#c > * { position: absolute; }

canvas {
    display: block;
    left: 0;
    top: 0;
}

#L1 { background: #101010; }

#xl, #xs {
    color: #ecf0f1;
    top: -40px;
}

#xl { left: 200px; }
#xs { left: 600px; }

#xop {
    bottom: -48px;
    color: #111;
    font-size: 16px;
    left: 2px;
}

label { padding: 0 5px; }

#xgo {
    background: #ecf0f1;
    bottom: 40px;
    left: 350px;
    padding: 10px;
    text-align: center;
    width: 180px;
}

#c .h {
    left: -9000px;
    opacity: 0;
    transition: left 10s, opacity 0.5s;
}

#go {
    background: #9c0;
    border: 0;
    color: #2d2d2d;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 10px;
}

#go:active {
    background: #fb3;
    outline: 0;
}

#go:focus { outline: 0; }

#hlp { font-size: 16px; }

@-webkit-keyframes xx {
    10%  { transform: translate(-1px,-2px) rotate(-0.5deg); }
    20%  { transform: translate(-3px, 0px) rotate( 0.5deg); }
    30%  { transform: translate( 0px, 2px) rotate( 0deg);   }
    40%  { transform: translate( 1px,-1px) rotate( 0.5deg); }
    50%  { transform: translate(-1px, 2px) rotate(-0.5deg); }
    60%  { transform: translate(-3px, 1px) rotate( 0deg);   }
    70%  { transform: translate( 2px, 1px) rotate(-0.5deg); }
    80%  { transform: translate(-1px,-1px) rotate( 0.5deg); }
    90%  { transform: translate( 2px, 2px) rotate( 0deg);   }
    100% { transform: translate( 1px,-2px) rotate(-0.5deg); }
}

@keyframes xx {
    10%  { transform: translate(-1px,-2px) rotate(-0.5deg); }
    20%  { transform: translate(-3px, 0px) rotate( 0.5deg); }
    30%  { transform: translate( 0px, 2px) rotate( 0deg);   }
    40%  { transform: translate( 1px,-1px) rotate( 0.5deg); }
    50%  { transform: translate(-1px, 2px) rotate(-0.5deg); }
    60%  { transform: translate(-3px, 1px) rotate( 0deg);   }
    70%  { transform: translate( 2px, 1px) rotate(-0.5deg); }
    80%  { transform: translate(-1px,-1px) rotate( 0.5deg); }
    90%  { transform: translate( 2px, 2px) rotate( 0deg);   }
    100% { transform: translate( 1px,-2px) rotate(-0.5deg); }
}

.sh {
    -webkit-animation: xx 0.5s infinite;
    animation: xx 0.5s infinite;
}
