.order-thumb-render {
    background-color: white;
}
.order-thumb-render thead {
    background-color: #efefef;
}
.order-thumb-render thead th {
    padding: 0.6rem 1rem;
}


.order-thumb-render td {
    padding: 0.5rem 1rem;
}

.order-thumb-render td.title {
    width: 40%;
}
.order-thumb-render td.desc {
    width: 40%;
}
.order-thumb-render td.quantity, 
.order-thumb-render td.unit_price, 
.order-thumb-render td.price
{
    text-align: right;
    width: 10%;
    text-wrap: nowrap;
}


.order-thumb-render .header-right {
    display: flex;
    justify-content: flex-end;
}
.order-thumb-render .header-right .price {
    padding: 3px 11px 0 0;
}


.order-thumb-render .header-left {
    display: flex;
}
.order-thumb-render .header-left .inv-no {
    padding: 0 12px 0 0;
    border-right: 1px solid #a7a7a7;
    font-weight: normal;
}
.order-thumb-render .header-left .date {
    padding: 0 12px 0 12px;
    border-right: 1px solid #a7a7a7;
    font-weight: normal;
}
.order-thumb-render .header-left .ltd-name {
    padding: 0 0 0 12px;
}