ul.tree, ul.tree * {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
}
ul.tree img.arrow {
    padding: 2px 0 0 0;
    border: 0;
    width: 20px;
}
ul.tree li {
    padding: 4px 0 0 0;
}
ul.tree li ul {
    padding: 0 0 0 20px;
    margin: 0;
}

@media screen and (max-width:406px){
    ul.tree li ul {
        padding: 0 0 0 10px;
        margin: 0;
    }
}
@media screen and (max-width:366px){
    ul.tree li ul {
        padding: 0 0 0 9px;
        margin: 0;
    }
}

ul.tree label {
    cursor: pointer;
    padding: 2px 0;
    font-weight: 400;
    color: #777;
    font-size: 14px;
    display: inline;
}

/* @media screen and (max-width:767px){
    ul.tree label {
        max-width: 200px;
    }
} */

ul.tree label.hover {
    color: red;
}
/* p {
    margin: 5px 15px;
} */
ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.tree li .arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: transparent no-repeat 0 4px;
}
ul.tree li .collapsed {
    background-image: url(images/collapsed.gif);
}
ul.tree li .expanded {
    background-image: url(images/expanded.gif);
}

ul.tree li .checkbox {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
    float: left;
    background: url(images/check0.png) no-repeat 0 0px;
}

ul.tree li .checked {
    background-image: url(images/check2.gif);
}
ul.tree li .half_checked {
    background-image: url(images/check1.gif);
}