@font-face { font-family: Parkinson-Black; src:url('../fonts/Parkinson-Black.otf') }
@font-face { font-family: Parkinson-Roman; src:url('../fonts/Parkinson-Roman.otf') }

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
body {
    background: transparent;
}
.dev div {
    width: 64px;
    height: 64px;
    border: 1px solid red;
    margin: 1px;
    background: red;
}

.dev {
    /* hide developer panels in production */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
.questions-left-text {
    display: block;
    font-family: Parkinson-Roman;
    font-size: 11px;
    text-transform: uppercase;
    color: #c6c6c2;
}
#meta {
    margin: 0 auto;
    width: 480px;
    height: 72px;
    top: 0px;
    /*background: yellow;*/
}
#questions-left {
    float: left;
    bottom: 0px;
    margin-left: 32px;
    /*background: blue;*/
}
#questions-left div {
    display: inline-block;
    margin-right: 2px;
    width: 8px;
    height: 10px;
}

#questions-left .left {
    background: #c6c6c2;
}
#questions-left .done {
    background: #000;
}
#score-counter {
    float: right;
    font-size: 30px;
    font-family: Parkinson-Black, sans-serif;
    margin-right: 12px;
    line-height: 32px;
}
#rotate-symbol {
    margin-right: 70px;
    float: right;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform 0.05s linear;
}