#hideInput input {
    display: none;
}

#hideInput2 input {
    display: none;
}

#visitor input {
    width: 120px;
}

#meeting input {
    width: 100px;
}

#name input {
    width: 120px;
}

#introducer input {
    width: 100px;
}

tfoot {
    display: table-row-group;
}