/* Intentionally blank */
.page-contact .table tr {
    display: table;
}
.page-contact .table td {
    display: table-row;
    border-top: 0;
}
.page-contact .table > tbody > tr > td {
    border-top: 0;
}