.table-underline table {
    width: 100%;
    border-collapse: collapse;
}
.table-underline table thead {
    border-bottom: 1px solid #e4ebf1;
}
.table-underline table tr {
    border-bottom: 1px solid #e4ebf1;
}

.table-underline table tr:last-child {
    border-bottom: none;
}

.table-underline table th,
.table-underline table td {
    padding: 12px 0;
    text-align: left;
}