body {
  width: 100%;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}

table {
  width: 100%;
}

select {
  width: 100%;
}

#inputTable tr:nth-child(odd) {
  background-color: beige;
}

#inputTable td {
  width: 40%;
}

#inputTable td:first-child {
  width: 20%;
}

.done2025 {
  background-color: white;
  color: black;
}

.only2024 {
  background-color: white;
  color: orange;
}

.neverDone {
  background-color: pink;
  color: red;
}

input {
  width: 100%;
  box-sizing: border-box;
}

input[type=button] {
  margin: 0px;
  box-sizing: border-box;
  width: 33%;
}

@media (max-width: 768px) {
  a {
    font-size: 30px;
  }
  select {
    font-size: 30px;
  }
  #inputTable td:last-child {
    display: none;
  }
  #inputTable td input {
    font-size: 30px;
  }
  input[type=button] {
    width: 100%;
    font-size: 30px;
  }
}

#unsubmitted tr:nth-child(odd) {
  background-color: lightgreen;
}

#unsubmitted tr:first-child {
  background-color: cornflowerblue;
}

#unsubmitted tr:first-child td {
  border: 1px solid black;
}


























































































































































































































































































































































































































































}