.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

#ui{
    position:absolute;
    top:  10px;
    right: 10px;
    /*left: 45px;*/

    padding: 8px;
    background:rgba(250,250,250,0.8);

    /* Round Border */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px;
    
    /* No Text Select */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 9999;
}

#quality{
    padding-top: 20px;
}

#quality label{
    padding-right: 20px;
    padding-left:  25px;
}

#ui label{
    font-size: 110%;
}
#ui strong{
    font-size: 130%;
}

.btn-small{
    padding-left:  9px;
    padding-right: 9px;
}

/*.more-info{
    position: fixed;
    top:  109px;
    left: 10px;
}*/

.info{
  font-size: 1.5em;
  color: #444;
} 