/* Targets all cells in the first column */
table td:first-child {
  width: 40%;
}

table td:nth-child(2) {
  width: 15%;
}

table td:nth-child(3){
  width: 15%;
}

table td:nth-child(4) {
  width: 15%;
}

table td:nth-child(5) {
  width: 15%;
  text-align: right;
}

