.pre-order-description {
    color:green !important;
    font-weight:bold;
    /* font-style:italic;             */
    vertical-align:text-bottom;
    text-align: left;
    width:100%;
    position:absolute;
    bottom:1;
    font-size: 1.2rem;
}
tr td{position:relative}
/* tbody tr {
    border-bottom: 1px #e8e8e8 solid;
} */

.pre-order-label {
    position: absolute;
    top: -22px;
    left: 0;
    text-align: center;
    z-index: 999;
    padding: 4px 8px;
    background: rgba(90, 95, 98, 0.6);
    box-shadow: 0px 47px 84px rgb(0 0 0 / 4%), 0px 5.88513px 10.5181px rgb(0 0 0 / 2%);
    border-radius: 2px;
    margin: 10px 0px;
    width: 70px;
    color: white
}
