#bounds {
    margin-top:5px;
    background-color:white;
    border-radius:3px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:right;
    overflow: visible;
        color: #C8C8C8;
            box-shadow:         1px 1px 7px -2px rgba(80, 80, 80, 1);
}
#bounds label {
    float:left;
    width:33px;
}
#bounds label span {
    text-align:center;
    padding-top: 6px;
    padding-bottom: 6px;
    display:block;
}
#bounds label input {
    position:absolute;
    top:-20px;
}
#bounds input:checked + span {
    color:#fff;
    font-weight: bold;
}
#bounds label:first-child input:checked + span {
    background-color:#0192A6;
      border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
       
    
}
#bounds label:first-child + label input:checked + span {
    background-color:#0192A6;
  border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

#bounds label.mono:first-child input:checked + span, #bounds label.mono:first-child + label input:checked + span {
    background-color:#0192A6;
    

}