table {
    border-spacing: 0;
    }

    td,
    th {
    padding: 0;
    }

    th {
    font-weight: bold;
    text-align: left;
    vertical-align: top !important;
    }

    thead th {
    background-color: #150a4f;
    color: white;
    font-weight: bold;
    }

    td > div {
    float: right;
    text-align: right;
    }
@media screen and (max-width: 885px) {
thead th:not(:first-child) {
    display: none;
}

thead th:first-child:after {
    content: ":";
}

td, th {
    display: block;
    width: 100% !important;
    text-align: left !important;
}
td:first-child {
    font-weight: bold;
}

td[data-th]:before {
    content: attr(data-th);
    border-radius: 10px 0px 0px 10px;
    font-weight: bold;
    min-width: 10rem;
    display: inline-block;
}

}