.normal {font-weight:normal;}

address {
    margin-bottom: 5px !important;
}

table td:nth-of-type(1), table td:nth-of-type(2), th, .phone {
    white-space: nowrap;
}

table:nth-of-type(n+2) {
    width: 400px;
}


#drafting_table td:nth-of-type(1) {
    width: 40%;
    white-space: normal !important;
}

#drafting_table td:nth-of-type(2) {
    margin-right: 10px;
    width: 30%;
}

#drafting_table td:nth-of-type(3) {
    width: 30%;
}