#public-investigation-table th:not(:first-child) {
    padding: 0 10px !important;
}

#public-investigation-table td:first-child {
    background-color: white;
}

#public-investigation-table td:not(:first-child) {
    padding: 3px 10px !important;
}

#public-investigation-table td:nth-child(2) {
    padding: 3px 24px !important;
}

#parcel-table th {
    padding: 7px 10px !important;
}

#parcel-table td:nth-last-child(-n+3) {
    padding: 0px 10px !important;
}