#raid-calculator-anchor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  min-width: 500px;
  min-height: 280px; 
  height: auto;
  border: solid 1px #aaaaaa;
  border-radius: 3px;
  padding: 5px;
  background-color: white;
}

#raid-calculator-anchor hr {
  background-color: black;
  height: 1px;
  border: none;
  margin: 0;
}

#raid-calculator-close-btn {
  width: 30px;
  height: 30px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
}

#raid-calculator-anchor h4 {
  color: black;
  text-align: center;
}

#raid-calculator-anchor * {
  color: black;
}

#raid-calculator-table {
  width: 90%;
  margin: 0 auto;
}

#raid-calculator-table * {
  text-align: left;
  color: black;
}

#raid-calculator-table input,
#raid-calculator-table select {
  border: none;
  font-size: 14px;
  padding: 5px;
  width: 30%;
  border-bottom: solid 2px black;
}

#raid-calculator-result {
  width: 80%;
  text-align: left;
  margin: 10px auto;
}

#raid-calculator-result strong {
  font-weight: 600;
  font-size: 14px;
}

#raid-calculator-result p {
  font-weight: 200;
  font-size: 14px;
  line-height: 1.1;
}

@media screen and (max-width: 800px) {
  #raid-calculator-anchor {
    min-width: 350px;
  }

  #raid-calculator-table label {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }

  #raid-calculator-table input,
  #raid-calculator-table select {
    width: 40%;
    font-size: 12px;
  }
}
