.p-detail-main-sheet__right-tbl{
    color: #21221F;
}
.p-detail-main-sheet__right-tbl th{
    background: #E1E1E1 !important;
}
.p-detail-main-sheet__right-tbl tr{
    border: none;
    border-top: 1px solid black;
}

.p-detail-main-sheet__right-tbl td, .p-detail-main-sheet__right-tbl th{
    border: none;
    text-align: left;
    padding-left: 5px;
}


.bd-none{
    border: none !important;
}

.table-striped > tbody > tr:nth-child(2n) {
    border: none;
}
.table-striped > tbody > tr:last-of-type{
    border-bottom: 1px solid black;
}

.text-color-red{
    color: red;
}
