.radio input{
    display: none;
}
.radio label{
    display: block;
    float: left;
    cursor: pointer;
    width: 55px;
    margin: 0;
    padding: 7px 5px;
    border-right: 1px solid #abb2b7;
    background: #bdc3c7;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.radio label:first-of-type{
    border-radius: 3px 0 0 3px;
}
.radio label:last-of-type{
    border-right: 0px;
    border-radius: 0 3px 3px 0;
}
.radio input[type="radio"]:checked + label {
    background-color: #a1b91d;
    color: #fff;
}

.root_note input{
    display: none;
}
.root_note label{
    display: block;
    float: left;
    cursor: pointer;
    width: 35px;
    margin: 0;
    padding: 7px 5px;
    border-right: 1px solid #abb2b7;
    background: #bdc3c7;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.root_note label:first-of-type{
    border-radius: 3px 0 0 3px;
}
.root_note label:last-of-type{
    border-right: 0px;
    border-radius: 0 3px 3px 0;
}
.root_note input[type="radio"]:checked + label {
    background-color: #a1b91d;
    color: #fff;
}

.scale_type input{
    display: none;
}
.scale_type label{
    display: block;
    float: left;
    cursor: pointer;
    width: 75px;
    height: 25px;
    margin: 0;
    padding: 7px 5px;
    border-right: 1px solid #abb2b7;
    background: #bdc3c7;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.scale_type label:first-of-type{
    border-radius: 3px 0 0 3px;
}
.scale_type label:last-of-type{
    border-right: 0px;
    border-radius: 0 3px 3px 0;
}
.scale_type input[type="radio"]:checked + label {
    background-color: #a1b91d;
    color: #fff;
}

.w3 {
    width: 60px;
    height: 80px;
    border-left: 1px solid #abb2b7;
    border-right: 1px solid #abb2b7;
    border-bottom: 1px solid #abb2b7;
    float: left;
}

.w2 {
    width: 40px;
    height: 100px;
    border-top: 1px solid #abb2b7;
    border-left: 1px solid #abb2b7;
    border-right: 1px solid #abb2b7;
    float: left;
}

.w1 {
    width: 22px;
    height: 100px;
    border-top: 1px solid #abb2b7;
    float: left;
}

.b {
    width: 40px;
    height: 100px;
    border-top: 1px solid #abb2b7;
    background-color: black;
    float: left;
    color: white;
}
