td.control_head > h1 {
    text-decoration:none;
}

#department {
    background-color: rgb(233, 236, 239);
    pointer-events: none;
    cursor: default;
    user-select: none;
}

#jobTitle {
    background-color: rgb(233, 236, 239);
    pointer-events: none;
    cursor: default;
    user-select: none;
}