.tableDescription {
  word-break: break-word;
}

.info-table-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-table-submit {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .info-table tr td {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 750px) {
  section#content-wrap {
    gap: 11px;
    grid-template-columns: 1fr;
    padding: 15px 15px 0 15px;
  }

  .tableDescription {
    word-break: inherit;
  }

  .top_linkbar {
    color: #ffffff;
    text-align: center;
    background: #19868d;
    flex-direction: column;
  }

  .linkbar_links {
    flex-basis: 100%;
    width: 100%;
    margin: 8px 0;
  }

  .linkbar_links a {
    font-size: 14px;
    margin: 0 4px;
  }
  .mobile-scroll {
    overflow-x: scroll;
    max-width: 100vw;
  }
  .tableWrap {
    table-layout: auto;
  }
}
