#datatree_q {
    width: 100%;
}
.table-font {
    font-size: 15px;
    font-family: Arial, Tahoma, sans-serif;
}
.table-bold {
    font-weight: bold;
}
.demo-container {
    box-sizing: border-box;
    /*width: 850px;*/
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    /*margin-top: 70px;*/
}

.legend {
/*    float: right;
    width: 100px;
    right: 10px;*/
    color: #000;
}
.legend .table > tbody > tr > td, .legend .table > tfoot > tr > td {
    padding: 0px 15px;
}
.legend .table {
    margin: 0;
}
.legend .legendLabel {
    color: #000;
    vertical-align: middle;
}
#tax_audit .table > thead > tr > th {
    font-weight: normal;
}
#tax_audit .panel-heading {
    font-weight: bold;
}