.taulukko2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*max-width:600px;*/
}

#taulukko {
  margin-top: 50px;
}

.taulukko2 {
  font-size: clamp(0.8rem, 0.7143rem + 0.381vw, 1rem);
}
.taulukko2 td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* width: 150px;*/
  padding: 10px;
}
.taulukko2 thead tr {
  color: white;
  background-color: #93c94a;
}
.taulukko2 thead tr th {
  padding: 10px 20px;
  text-align: left;
}
.taulukko2 thead tr th:nth-child(1) {
  text-align: left;
}
.taulukko2 tbody tr td {
  text-align: left;
}
.taulukko2 tbody tr td:nth-child(1) {
  /*font-weight: bold;*/
  text-align: left;
}
.taulukko2 tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.01);
}
.taulukko2 tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.palsta.bghighlight .taulukko2 td,
.palsta.bghighlight-light .taulukko2 td,
.palsta.bgdark .taulukko2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}