table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin-bottom: 15px;
}

th,
td {
    border: 1px solid #ccc;
    padding: 9px;
    vertical-align: top;
}

th {
    background: #eee;
    text-align: left;
}

td[data-label]::before {
    display: none;
}