/*.tick line {display:none}*/

/* table chart sorting icons css */
th.des:after {
  content: "\21E9";
}
    
th.aes:after {
  content: "\21E7";
}

/* fixed header vertical scrolling table */
.table-fixed thead {
    width: 97%;
}
.table-fixed tbody {
    height: 400px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}
.table-fixed tr:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.table-fixed tbody td,
.table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

