.dt4ff-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    font-family: Arial, sans-serif;
    color: rgb(119, 114, 130);
}

.dt4ff-table th,
.dt4ff-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.dt4ff-table th {
    background: #f4f4f4;
    text-align: left;
    color: rgb(34, 33, 33);
}

.dt4ff-label strong {
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    color: rgb(34, 33, 33);
}
