body {
  width: 85%;
  margin: 20px auto;
}

.cust-form-spacer {
  margin-top: 54px;
}

input[type=number] {
  text-align: right;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.resultframe {
  width: 100%;
  height: 591px; /* Needs to be set manually according to result page <html> height */
  margin-top: 20px;
}
.calclink {
  text-decoration: none;
  color: #212529;
}
