/*
*  simulator.scss
*  @since 2019.9.11
*/
.error_message {
  background: #b0120a;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  margin-left: .4em;
  padding: 0 .4em;
}

.display_price span {
  font-size: 2.25em;
  font-weight: bold;
  color: #F09500;
  padding: 0 0.25em;
}

.simulator_result_wrapper {
  background: #f8f9fa;
  padding: 1em;
  text-align: center;
  border: solid 1px #dee2e6;
}

.simulator_result_wrapper .simulator_result_header {
  font-weight: bold;
  font-size: 1.25em;
}

.simulator_wrapper {
  border: 1px solid #ddd;
  padding: 1em;
  background: #fff;
}

@media screen and (min-width: 47.5em) {
  .simulator_wrapper {
    padding: 2em;
  }
}
/*# sourceMappingURL=map/simulator.css.map */
