.table-detail td{
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
    text-align: left;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px 0 4px 6px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 12px;
}
.table-detail .th{
    /* background-color: #db2d2e; */
    background-color: #665a5a;
    overflow: hidden;
    color: #FFFFFF;
}

.th-1st{
    width: 88px;
}
.td-1st{
    width: 97px;
}


.th-2nd{
    width: 61px;
}
.td-2nd{
    width: 66px;
}


.th-3rd{
    width: 72px;
}
.td-3rd{
    width: 70px;
}
.th-4th{
    width: 46px;
}
.td-4th{
    width: 44px;
}