table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

table tr th,
table tr td {
    border-right: 2px solid #2c5c52 !important;
    border-bottom: 2px solid #2c5c52 !important;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 2px solid #2c5c52 !important;
}

table tr th {
    border-top: 2px solid #2c5c52 !important;
}

table tr:first-child th:first-child {
    border-top-left-radius: 1rem !important;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 1rem !important;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 1rem !important;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 1rem !important;
}