hr{
    margin-top: 20px;
    border-top: 1px solid #35446a;
}

.table{
    margin-top: 8px;
    font-size: 18px;
    margin-bottom: 0;
}

.section-card .table{
    margin-top: 0;
}

.table thead th{
    background-color: #f8f9fc;
    color: #35446a;
    border-top: 0;
    border-bottom: 1px solid #d9dfef;
}

.table td,
.table th{
    border-left: 0;
    border-right: 0;
}

@media screen and (max-width: 600px) {
    .table{
        font-size: 16px;
    }

    .table th,
    .table td{
        padding: 0.45rem 0.5rem;
        vertical-align: top;
    }

    .table th:nth-child(2),
    .table th:nth-child(3),
    .table td:nth-child(2),
    .table td:nth-child(3){
        text-align: center;
        white-space: nowrap;
    }

    .table-responsive{
        -webkit-overflow-scrolling: touch;
    }
}