table:nth-of-type(2) thead tr th:nth-of-type(1) {
  width: 17%;
}
table:nth-of-type(2) thead tr th:nth-of-type(2) {
  width: 26%;
}
table:nth-of-type(2) thead tr th:nth-of-type(3) {
  width: 26%;
}
table:nth-of-type(2) thead tr th:nth-of-type(4) {
  width: 26%;
}


table:nth-of-type(3) thead tr th:nth-of-type(1) {
  width: 40%;
}
table:nth-of-type(3) thead tr th:nth-of-type(2) {
  width: 30%;
}
table:nth-of-type(3) thead tr th:nth-of-type(3) {
  width: 30%;
}
