.priceBody tr:nth-child(odd) {
    background-color: #fff;
    color: #000;
}

.priceBody tr:nth-child(1) {
    background-color: #D90109;
    color: #fff;
}

.priceBody tr:nth-child(even) {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}


/* .priceBody tr td {
    padding: 0 10px !important;
} */

.priceBody tr td:nth-child(even) {
    text-align: right;
}

.userInfo tr td:nth-child(even) {
    display: table-cell;
}

@media screen and (min-width: 768px) {
    .userInfo tr td:nth-child(odd) {
        min-width: 18%;
        white-space: nowrap;
    }
    .userInfo tr td:nth-child(even) {
        /* max-width: 32%; */
        /* word-wrap: break-word; */
    }
    .userInfo tr td:nth-of-type(1) {
        width: 13%;
    }
    .userInfo tr td:nth-of-type(2) {
        width: 36%;
    }
    .userInfo tr td:nth-of-type(3) {
        width: 17%;
    }
    .userInfo tr td:nth-of-type(4) {
        width: 10%;
        /* display: flex; */
    }
    .userInfo tr td:nth-of-type(5) {
        width: 7%;
    }
    .userInfo tr td:nth-of-type(6) {
        width: 18%;
        /* display: flex; */
    }
}