#tree {
    margin-top: 60px;
}

#tree label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#tree .form-control {
    display: block;
    width: 100%;
    padding: 9px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    height: 34px;
}

#tree .form-group {
    display: block;
    margin-bottom: 20px;
}

#tree #results {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    align-content: center;
}

#tree #results:after {
    display: block;
    content: "";
    flex: 999 999 auto;
}

#tree #results hr {
    display: block;
    clear: both;
    width: 100%;
    background: #d6d6d6;
    height: 1px;
    border: 0;
}

#tree #results .title {
    display: block;
    clear: both;
    width: 100%;
}

.result-item {
    flex: 0 0 auto;
    text-align: center;
    width: 25%;
    box-sizing: content-box;
}

.result-item img {
    max-width: 100%;
    max-height: 289px;
}

#tree .app-number {
    width: 36px;
    height: 36px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;

    background-image: url(http://www.equipurina.ca/rationbalancer/images/bg-gradient.gif);
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.form-group label {
    width: 25% !important;
    float: left;
}

.form-group .pure-css-select-style {
    width: 74% !important;
    float: left;
}

@media only screen and (max-width: 768px) {
    .form-group label {
        width: 100% !important;
        float: none;
    }
    .form-group .pure-css-select-style {
        width: 100% !important;
        float: none;
    }
}