table {
  table-layout:fixed;
}

thead th:nth-of-type(1) {
    width: 6%;
}

thead th:nth-of-type(2) {
    width: 6%;
}

thead th:nth-of-type(3) {
    width: 20%;
}

thead th:nth-of-type(4) {
    width: 14%;
}

tr.module2 td{
    background-color: #ddd;
}

tr.module4 td{
    background-color: #ddd;
}

tr.module6 td{
    background-color: #ddd;
}

tr.module8 td{
    background-color: #ddd;
}

tr.module10 td{
    background-color: #ddd;
}

tr.module12 td{
    background-color: #ddd;
}

tr.module14 td{
    background-color: #ddd;
}

.project0 {
    background-color: #fff3ce;
}

.project1 {
background-color: #c4e6ff;
}

.project2 {
    background-color: #cbe9b0;
}

.project3 {
    background-color: #ffe4b4;
} 

.project4 {
    background-color: #dee0ff;
}

.project5 {
    background-color: #ffdee0;
}

.project6 {
    background-color: #b7f7fd;
}