﻿#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%
}
