/* Remove CPF */
#modalContato .table tr:nth-of-type(2) {
    display: none !important;
}

/* Remove Endereço */
#modalContato .table tr:nth-of-type(5) {
    display: none !important;
}

/* Segurança extra */
#modalContato td,
#modalContato th {
    border: none;
}