
    .recruit-person tbody tr:last-of-type td {
        background: unset;
        color: unset;
        border-top: 2px solid #fff;
    }
    body.volunteer .recruit-person tbody tr:last-of-type td {
        background: #F1F1F1;
    }

