.tfrm-table {
    width: 100%;
    border-collapse: collapse;
}

.tfrm-table th, .tfrm-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.tfrm-edit-row {
    background: #f9f9f9;
}

.tfrm-edit-box {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
}

.tfrm-cancelled {
    color: #b00;
    text-decoration: line-through;
}
.tfrm-section-label {
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}
.tfrm-checkbox-label {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
}