.plan-table {
  width: 100%;
}
.plan-table__scroll {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.plan-table__scroll::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=plan-table.css.map */