.calc-page {
  max-width: 1800px;
  margin: 0 auto;
}
.calc-table th,
.calc-table td {
  white-space: nowrap;
}
.calc-table td:nth-child(2) {
  white-space: normal;
  min-width: 240px;
}
.calc-summary {
  top: 1rem;
}
@media (max-width: 1199.98px) {
  .calc-summary {
    position: static !important;
  }
}
