@charset "utf-8";
/* CSS Document */

div.calculator {
  margin: 0 auto 24px auto;
}
.-visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.-nowrap {
    white-space: nowrap;
}
.frm {
  background-color: #42444e;
  padding: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 2;
  color: #ffffff;
  text-align: center;
}
.frm_lbl > .lbl_txt {
  display: inline-block;
  min-width: 4rem;
}
.frm_set {
  border: 0;
}
.frm_set {
  display: inline-block;
}
input.IN-rootFS {
  margin-bottom: 16px;
  margin-right: 6px;
  margin-left: 6px;
  width: 75px;
}
label.frm_lbl-root span.lbl_txt {
  font-size: 16px;
  font-weight: 600;
}
.IN-fromFS {
  margin-right: 16px;
  width: 50px;
  margin-bottom: 8px;
}
.IN-toFS {
  margin-right: 16px;
  width: 50px;
  margin-bottom: 8px;
}
