@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");
body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter, Arial;
  background-color: #fdfdfd;
}

div#keyinfostart {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .08s;
          transition-duration: .08s;
  text-align: center;
  margin: 8px;
  border-radius: 4px;
  margin-top: 128px;
  color: #3a3a3a;
  font-size: 130%;
  font-weight: bold;
}

div#keyinfostart p {
  margin: 16px 64px 16px 64px;
}

.ghlink {
  font-size: 80%;
}

.ghlink a {
  -webkit-text-decoration-color: #bfbfbf;
          text-decoration-color: #bfbfbf;
  color: black;
}

.ghlink a:hover {
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

.keyinfo-list {
  margin-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.keyinfo-list table {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .08s;
          transition-duration: .08s;
  text-align: center;
  margin: 8px;
  border-radius: 4px;
  min-width: 240px;
  border-spacing: 8px;
}

.keyinfo-list table p {
  margin: 0px;
}

.keyinfo-list table p.keyinfop {
  color: #3a3a3a;
  font-size: 95%;
}

.keyinfo-list table p.keyinfod {
  color: black;
  font-size: 150%;
  font-weight: bold;
}

.keyinfo-list table:hover {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

table#table {
  max-width: 100vw;
  display: block;
  border-radius: 8px;
  overflow-x: auto;
  border: 0px solid transparent;
  border-spacing: 0px;
  border-collapse: separate;
  margin: 0;
  margin-top: 64px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}

table#table tr, table#table td {
  margin: 16px;
}

table#table th {
  min-width: 160px;
  padding: 8px 16px 8px 16px;
  background-color: #488fd0;
  color: #fff;
}

table#table td {
  padding: 8px 16px 8px 16px;
}

table#table tr {
  background-color: #fdfdfd;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

table#table tr.trhover:nth-child(even) {
  background-color: #fafafa;
  font-style: italic;
}

table#table tr.trhover:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background-color: #fefefe;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(90, 90, 90, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(90, 90, 90, 0.1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

/* Made by Thundiverter */
#madebythundiverter {
  width: 100%;
  margin-top: 32px;
  padding: 12px 0px 12px 0px;
  background-color: #1F4E79;
  color: #fff;
  text-align: center;
  font-size: 90%;
}

#madebythundiverter a {
  color: #fff;
  text-decoration: none;
}

#madebythundiverter a:hover {
  text-decoration: underline;
}

@media (min-width: 540px) {
  table#table th {
    min-width: 240px;
  }
}
/*# sourceMappingURL=style.css.map */