    .tabular-list {
        width: 100%;
        font-size: .9rem;
        border-collapse: collapse;
        max-width: 100%;
        overflow-x: scroll;
    }
    .tabular-list th, .tabular-list td {
        padding: 5px 10px;
        border: 1px solid #e1e1e1;
    }
    .tabular-list tr:nth-child(odd) td {
        background: #f7f7f7;
        border: 1px solid #e1e1e1;
    }
    .tabular-list tr th:first-of-type, .tabular-list tr td:first-of-type {
        border-left: 0px;
    }
    .tabular-list tr th:last-of-type, .tabular-list tr td:last-of-type {
        border-right: 0px;
    }
    .tabular-list th {
        background: #be383f;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding: 10px;
    }
    .tabular-list tr td:nth-of-type(-n + 2) {
        font-weight: bold;
        color: #be383f;
    }