.table-responsive {
    overflow-x: auto;
}

#unitrovate {
    margin-bottom: 8px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border: 1px solid #d9dce3;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
}

th,
td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
}

th {
    background-color: #f2f2f2;
    color: #111827;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 1px solid #d9dce3;
}

td {
    border-bottom: 1px solid #eceef2;
}

td.num,
th.num {
    text-align: right;
}

tbody tr:last-child td {
    border-bottom: none;
}

tbody tr:nth-child(even) {
    background-color: #fafafa;
}

tbody tr:hover {
    background-color: #f0f4ff;
}

@media (max-width: 850px) {
    th.num, td.num {
        display: none;
    }
}