.tblcontact {
    width: 100%;
    background-color: white;
    border: 1pt solid #cccccc;
}

.tblcontact td {
    vertical-align: top;
}


.tblcontact td:first-child:not([colspan="2"]) {
    padding: 10px 4px 4px 4px;
    text-align: center;
}

.tblcontact td:last-child:not([colspan="2"]) {
    padding: 14px 6px;
    text-align: left;
    box-sizing:border-box;
}