@charset "UTF-8";

main h1 {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  letter-spacing: 0.5em;
}

.pankuzu {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 5px;
  text-align: right;
}

table {
  width: 100%;
  border: 2px solid #000;
  border-collapse: collapse;
}

tr,
td,
th {
  border: 1px solid #000;
}

td,
th {
  padding: 3px 5px;
}

tr td:nth-child(1) {
  width: 3%;
}

tr th:nth-child(2) {
  width: 9%;

}

tr td:nth-child(3) {
  width: 7%;

}
tr td:nth-child(4) {
  width: 10%;

}
tr td:nth-child(6) {
    width: 9%;

}

/* tr th:nth-child(5) {
    width: 12%;
    letter-spacing: 1em
} */

tr td:nth-child(1) {
  text-align: center;
}

tr td:nth-child(2) {
  text-align: right;
}

main ul {
  list-style-type: none;
}

.r5 {
  color: #a9e60e;
}

.r5 tr,
.r5 td,
.r5 th {
  border: 1px solid #a9e60e;
}
.r5 {
  border: 1px solid #a9e60e;
}
tr.new{
  border-top: 2px solid #000;C
}
.center{
  text-align: center;
}