.common {
  color: #cfe2f3;
  background: #0b5394;
}

.corrosive {
  color: #f4cccc;
  background: #e06666;
}

.baseMetal {
  color: #d9d9d9;
  background: #666666;
}

.nobleGas {
  color: #c9daf8;
  background: #1155cc;
}

.rareEarth {
  color: #00ff00;
  background: #6aa84f;
}

.precious {
  color: #fbd966;
  background: #bf9000;
}

.radioactive {
  color: #ffff00;
  background: #ff9900;
}

.exotic {
  color: #e6d1dc;
  background: #a700b3;
}

* {
  transition: all 0.1s linear;
}

body {
  margin: 0;
  padding: 0.8em;
  color: #DEDEDE;
  background: #10171F;
}

button {
  padding: 0.8em 2em;
  font-family: inherit;
  font-size: inherit;
  background-color: #666666;
  color: inherit;
  border-color: #a9a9a9;
  outline: none;
}

#app {
  font-family: "Px437 IBM PS/2 thin4";
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app kbd {
  background: #d9d9d9;
  color: #182f44;
  padding: 0 0.5em;
  border-radius: 0.2em;
  border: 2px outset #a9a9a9;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
#app table {
  border-spacing: 0;
}
#app table td, #app table th {
  padding: 2px 10px;
  border: 1px solid transparent;
  line-height: 1.5em;
}
#app table td:last-child, #app table tfoot th {
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  width: 70%;
}
#app table tfoot th {
  padding-top: 0.4em;
}
#app table tfoot th:last-child {
  border-top: 1px dashed #666;
}
#app table tfoot th:first-child {
  text-align: left;
}
#app table td:nth-child(2) {
  text-align: center;
}
#app table input {
  width: 50px;
  font-family: inherit;
  font-size: inherit;
  background: inherit;
  color: #789;
  line-height: 1.5em;
}

article {
  margin-top: 1em;
  padding: 1.4em;
  border: 1px solid #0b5394;
}
article h3 {
  margin: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: normal;
}

header h1 {
  font-size: 32px;
}
header h2 {
  font-size: 16px;
}

section {
  padding: 1.4em 1.4em 1.4em 0.4em;
  width: 360px;
}
section > *:not(button) {
  padding: 0.01em 0em;
}

hr {
  margin: 1em 0;
  border: none;
  border-bottom: 1px solid #0b5394;
}

ul li {
  margin-bottom: 1em;
  line-height: 0.9em;
}

a {
  color: #6aa84f;
  text-decoration: none;
  border-bottom: 1px solid #6aa84f;
}
a:hover {
  color: #00ff00;
  border-bottom-color: #00ff00;
}

strike {
  text-decoration-color: #a700b3;
  text-decoration-style: wavy;
}

@font-face {
  font-family: "Px437 IBM PS/2 thin4";
  src: url("fonts/Px437_IBM_PS2thin4.ttf");
}
@media (max-width: 880px) {
  section {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
