/*this*/
/*this*/
/*this*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

noscript {
  display: block;
  text-align: center;
  padding: 50px;
}

body {
  visibility: hidden;
}

body.loaded {
  visibility: visible;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.black {
  background-color: rgb(25, 20, 19);
}

#input_table td:nth-child(3),
#input_table th:nth-child(3) {
  display: none;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error {
  position: static;
  font-weight: bold;
  color: red;
}

#matrix {
  overflow-x: auto;
}

#matrix tr:hover {
  background-color: rgba(128, 128, 128, 0.5);
}

body {
  background-color: white;
}/*# sourceMappingURL=temperaments.css.map */
