body{
    background-color: #eee;
}
.paper-wrapper{
    display:none;
}
#main-menu-button{
    z-index: 100;
}
#myMenu h1{
    text-align: center;
    padding: 2px;
}
.key-tag{
    color: #999;
}
#audio{
    padding: 0.2vw;
}
#abc-preview-widget{
    min-height: 500px;
}
.loading-indicator{
    text-align: center;
}
.loading-indicator img{
    height: 2vw;
}
.list .item .question, .list .item .answer{
    font-size: 16px;
}
.list .item .answer-subtext li{
    font-size: 14px;
}
#badge-overlay{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
#badge-overlay img{
    opacity: 1.0;
}
#badge-overlay #high-score-badge {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#control-capture{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
    z-index: 51;
    text-align: center;
    cursor: pointer;
    display: none;
}

#control-overlay{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    display: none;
}
#control-overlay img{
    opacity: 0.15;
}
#control-overlay #play-button {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
#control-overlay .sub-row{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    display: none;
    top: 50%;
    transform: translate(0, -25%);
}
#control-overlay #pause-button{

}
#control-overlay #stop-button{

}
#control-overlay .sub-row img{
    display: inline-block;
    width: 20%;
}
#notation{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
}
.paper-wrapper {
    margin: 0 auto;
    background-color: #ffffff;
}
#paper{
    position: fixed;
    height: 100%;
    width: 100%;
}
.background-logo{
    font-family: 'Monoton', cursive;
    font-size:10vw;
    color: #ddd;
    text-align: center;
    width: 100%;
}
#runner-close-button{
    right: 1vw;
    top: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-goto-home-button{
    left: 1vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-prev-error-button{
    left: 50%;
    transform: translate(-100%, 0);
    bottom: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-next-error-button{
    right: 50%;
    transform: translate(100%, 0);
    bottom: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-tuner-button{
    right: 1vw;
    bottom: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-settings-button{
    left: 1vw;
    bottom: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
}
#runner-goto-preview-button{
    left: 1vw;
    bottom: 1vw;
    position: absolute;
    font-size:5vw;
    width: 5vw;
    height: 5vw;
    color: #ccc;
    border: 0px solid #ccc;
    display: none;
    z-index: 60;
    transform: translate(125%, 0%);
}
.frontpage-controls{
    color: black;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.frontpage-controls .icon{
    font-size: 10vw;
    color: #ccc;
}
button.circle {
    width: 12vw;
    height: 12vw;
}
.frontpage-controls .circle{
    background-color: rgba(126,126,126,.1);
}
.frontpage-controls .circle .ion-gear-a{
    margin-left: -15px;
}
.frontpage-controls button .icon{
    position: relative;
}
#frontpage-load-new-button .icon{
    left: 0vw;
}
#frontpage-load-last-button .icon{
    left: 0.5vw;
}
#frontpage-tuner-button .icon{
    left: 0.5vw;
}
#frontpage-help-button .icon{
    left: 0vw;
}
#top-display{
    width: 100%;
    position: fixed;
    text-align: center;
    padding-top: 15px;
    display: none;
}
#top-display div{
    display: inline-block;
}
#filename-display{
}
.abc-help-row{
    text-align: left;
    padding: .5vw;
    margin-top: -3px;
    padding-left: .5em;
}
#bottom-display{
    width: 100%;
    position: fixed;
    text-align: center;
    bottom: 0;
    padding-bottom: 15px;
}
#bottom-display > div{
    display: inline-block;
    width: 3em;
    white-space: nowrap;
}
#count-down{
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    position: fixed;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    display: none;
    transform: translate(0%, 75%);
    font-size: 10vw;
    margin-top: -5vw;
}
.histogram-content{
    text-align: center;
}
.histogram-content .field{
    display: inline-block;
}
.histogram-content .field.field-input{
    padding: 5px;
    border: 1px solid #eee;
    min-height: 30px;
}
.histogram-content .field input, .histogram-content .field button{
    width: auto;
    min-height: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    font-family: Roboto,Noto,sans-serif;
    vertical-align: middle;
}
.histogram-content .field button{
    padding: 5px;
}
.tuner-content{
    text-align: center;
}
.tuner-content .row{
    text-align: center;
}
.tuner-content .header-row{
    text-align: center;
}
.tuner-content .row div{
    font-size: 2vw;
    text-align: center;
    width: 33%;
    display: inline-block;
}
.tuner-content .row .note-col{
    text-align: right;
}
.tuner-content .row .error-col{
    text-align: center;
}
.tuner-content .row .vol-col{
    text-align: left;
}
.tuner-content .header-row div{
    color: #aaa;
    font-size: 1vw;
}
.item label{
    color: #aaa;
    border: none;
    background: 0 0;
    font-size: 14px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5px;
}
.abc-text-container{
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.abc-text-container textarea{
    width: calc(100% - 1em);
    height: 500px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
.previewer-two-columns .row .col{
    width: 50%;
}
.abc-top-link{
    display: inline-block;
    padding: 0.5vw;
}
.item input{
    position: relative;
}
.item.range input{
    position: relative;
    width: calc(100% - 13em);
}
.item.range .left, .item.range .right{
    position: relative;
    color: #333;
    margin: 0;
    padding: 0;
    width: 3em;
    text-align: center;
    padding-top: 1.15vw;
}
.item.range label{
    display: block;
}
.bad{
    color:red;
}
.good{
    color:green;
}
.list .item ul li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.abc-delete-link{
    float: right;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 900px){
    .tuner-content .header-row div{
        font-size: 15px;
    }
    .tuner-content .row div{
        font-size: 15px;
    }
 }
