#employees-hired-wrapper th:nth-child(1),
#employees-hired-wrapper td:nth-child(1),  /* Priority */

#employees-hired-wrapper th:nth-child(4),
#employees-hired-wrapper td:nth-child(4),  /* Responsible */

#employees-hired-wrapper th:nth-child(5),
#employees-hired-wrapper td:nth-child(5),  /* Status */

#employees-hired-wrapper th:nth-child(7),
#employees-hired-wrapper td:nth-child(7),  /* Price */

#employees-hired-wrapper th:nth-child(8),
#employees-hired-wrapper td:nth-child(8),  /* Availability */

#employees-hired-wrapper th:nth-child(9),
#employees-hired-wrapper td:nth-child(9),  /* Mobility */

#employees-hired-wrapper th:nth-child(10),
#employees-hired-wrapper td:nth-child(10)  /* Skills */
{
    display: none;
}
