#interiorContent .parking-table, .parking-table { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; justify-content: space-between; align-items: flex-start; max-width: 975px; margin: 0 auto; padding: 0 15px;
  /* Layout */
  .table-column { flex: 0 0 350px; width: 350px; max-width: 350px; display: flex; flex-direction: row; flex-wrap: wrap;
    .table-section { flex: 0 0 100%; width: 100%; max-width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 40px;
      .table-row { flex: 0 0 100%; width: 100%; max-width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 2px;
        &.table-spacer { height: 15px; }
        .table-cell { flex: 0 0 200px; width: 200px; max-width: 200px;
          &:last-of-type { flex: 0 0 150px; width: 150px; max-width: 150px; }
          &.span-both { flex: 0 0 100%; width: 100%; max-width: 100%; }
        }
      }
    }
  }
  /* Fonts */
  h4 { font-family: 'gothammedium', Helvetica, Arial, sans-serif; font-weight: bold; font-size: 16px; line-height: 22px; color: #666; margin: 0 0 10px 0;
    &.alt-h4 { font-family: 'gothamlight', Helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px; line-height: 22px; color: #666; font-style: italic; margin: 0; }
  }
  p { font-family: 'gothamlight', Helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px; line-height: 22px; color: #666; padding: 0; }
}
