@font-face{font-family:"DINCondensed";src:url("../fonts/DNC57.woff")}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'PT Sans', "Lucida Grande", Verdana, sans-serif;
    font-size: 14px;
}
span.outside {
    margin-left: -10.5em;
    padding-right: .5em;
    width: 10em;
    display: inline-block;
    text-align: right;
}
.aa {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.subpx {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}
.centered {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
}
span.centered {
    width: 100%;
    text-align: center;
}
.right {
    float: right;
}
.ofh {
    overflow: hidden;
}
.logo, .button, .digits-2, .digits-4, #response, .icon {
    display: inline-block;
}
.button {
    padding: 20px;
}
#response {
    line-height: 18px;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hidden {
    display: none !important;
}
.no-events {
    pointer-events: none;
}
.disabled, a.disabled {
    opacity: .5;
    cursor: default;
}