﻿/*﻿#index {
    float: left;
    width: 30%;
}

#ds {
    float: right;
    width: 70%;
}

    #ds table {
        border-collapse: collapse;
        margin-bottom: 10px;
        word-break: break-word;
        width: 100%
    }

        #ds table th {
            background: #a20101;
            color: #ffff;
            height: 40px;
            border: 1px solid #808080;
        }

        #ds table tr td {
            border: 1px solid #808080;
            line-height: 30px;
            text-align: left;
            padding: 10px;
        }

#detail {
    float: right;
    width: 70%;
}

.nameMain {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #a20101;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-align: left;
}

.titleCate {
    margin-bottom: 10px;
}

#index a {
    white-space: normal;
    height: auto;
    padding: 0.5ex 1ex;
    max-width: 270px;
}

.jstree-anchor {*/
    /*enable wrapping*/
    /*white-space: normal !important;*/
    /*ensure lower nodes move down*/
    /*height: auto !important;*/
    /*offset icon width*/
    /*padding-right: 24px;
}

#detail img {
    width: 100%
}

@media (max-width: 479px) {

    #index, #detail, #ds {
        width: 100% !important
    }
}
._iso_logo {
    width: 20%;
    float: left
}

    ._iso_logo ._iso_logo_image {
        width: 100px;
    }

table ._iso_logo_image {
    width: 20px !important;
    padding-top: 5px;
}

._iso_filter {
    width: 80%;
    float: left;
}*/
