/* Narrow-screen fallback for wide tuition tables. */
.fee-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .fee-scroll { margin-bottom: 10px; }
  .fee-scroll table.fee {
    min-width: 720px;
    table-layout: fixed;
  }
  .fee-scroll table.fee th,
  .fee-scroll table.fee td {
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 6px;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .fee-scroll table.fee th:first-child { width: 120px; }
}
