#related_tasks th:nth-child(1) {
   display: none;
}
#related_tasks td:nth-child(1) {
   display: none;
}
#related_tasks th:nth-child(2) {
   display: none;
}
#related_tasks td:nth-child(2) {
   display: none;
}
#related_tasks th:nth-child(3) {
   width:35%;
}
#related_tasks td:nth-child(3) {
     width:35%;
}
#related_tasks th:nth-child(6) {
   display: none;
}
#related_tasks td:nth-child(6) {
   display: none;
}
#related_tasks th:nth-child(7) {
   display: none;
}
#related_tasks td:nth-child(7) {
   display: none;
}
#related_tasks th:nth-child(8) {
   display: none;
}
#related_tasks td:nth-child(8) {
   display: none;
}
#projects th:nth-child(6) {
   display: none;
}
#projects td:nth-child(6) {
   display: none;
}
#projects th:nth-child(7) {
   display: none;
}
#projects td:nth-child(7) {
   display: none;
}