#tb_lab.ui.table thead th{
    background: #f36064;
    color:#fff;
}
#tb_xray.ui.table thead th{
    background: #fcc94f;
    color:#fff;
}
#tb_etc.ui.table thead th{
    background: #3bbcee;
    color:#fff;
}

#tb_medicine.ui.table thead th{
    background-color: #1dbd90;
    color:#fff;
}

.tui-linestr-1 {
/*    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.tui-linestr-2 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}