article table {
  display: block;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
article table tr {
  width: 100%;
}
article table::-webkit-scrollbar {
  -webkit-appearance: none;
}
article table::-webkit-scrollbar:horizontal {
  height: 11px;
}
article table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
article table::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 801px) {
  .isu-row-header {
    display: none;
  }
  .isu-both-row-header {
    display: none;
  }
}
@media (max-width: 800px) {
  .isu-responsive-table tbody {
    border: 0.125rem solid #ebebeb;
    border-left: 0;
    border-bottom: 0;
  }
  .isu-responsive-table .isu-row-header {
    font-weight: normal;
  }
  .isu-responsive-table tr {
    border-top: 0;
  }
  .isu-responsive-table td *,
  .isu-responsive-table tr * {
    word-break: break-word;
  }
  .isu-responsive-table td {
    width: 100% !important;
    border-bottom: 0 !important;
  }
  .isu-responsive-table td:first-of-type {
    border-top: 0;
  }
  .isu-responsive-table.isu-table-none {
    display: table;
    min-width: 75%;
  }
  .isu-responsive-table.isu-table-none tr {
    border-bottom: 3px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-none td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
  }
  .isu-responsive-table.isu-table-none td:last-of-type {
    border-bottom: none;
  }
  .isu-responsive-table.isu-table-row {
    display: table;
    min-width: 75%;
  }
  .isu-responsive-table.isu-table-row thead,
  .isu-responsive-table.isu-table-row thead tr {
    border: 0;
  }
  .isu-responsive-table.isu-table-row th {
    display: none;
  }
  .isu-responsive-table.isu-table-row tr {
    display: block;
    border-bottom: 3px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-row td {
    display: flex;
    padding: 0;
  }
  .isu-responsive-table.isu-table-row td:last-of-type {
    border-bottom: none;
  }
  .isu-responsive-table .isu-cell-content {
    display: block;
    flex: 1 1 50%;
    padding: 0.5rem 0.75rem;
  }
  .isu-responsive-table .isu-row-header {
    display: block;
    flex: 0 1 45%;
    padding: 0.5rem 0.75rem;
    font-weight: 700;
    color: #ffffff;
    background: var(--red);
  }
  .isu-responsive-table .isu-table-row tr {
    border-bottom: 3px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-row img {
    max-width: 100% !important;
  }
  .isu-responsive-table.isu-table-col {
    display: table;
    min-width: 75%;
  }
  .isu-responsive-table.isu-table-col th,
  .isu-responsive-table.isu-table-col td {
    display: block;
  }
  .isu-responsive-table.isu-table-col th {
    border-bottom: 1px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-col tr {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
  .isu-responsive-table.isu-table-col td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
  }
  .isu-responsive-table.isu-table-col td:last-of-type {
    border-bottom: none;
  }
  .isu-responsive-table.isu-table-col img {
    max-width: 100% !important;
  }
  .isu-responsive-table.isu-table-both {
    display: table;
    min-width: 75%;
  }
  .isu-responsive-table.isu-table-both th,
  .isu-responsive-table.isu-table-both td {
    display: block;
  }
  .isu-responsive-table.isu-table-both th {
    border-bottom: 1px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-both tr {
    display: block;
    border-bottom: 3px solid #bbbbbb;
  }
  .isu-responsive-table.isu-table-both thead tr:first-of-type {
    display: none;
  }
  .isu-responsive-table.isu-table-both thead tr:first-of-type th:first-of-type {
    display: none;
  }
  .isu-responsive-table.isu-table-both tr:nth-of-type(2) {
    border-top: 1px solid #dddddd;
  }
  .isu-responsive-table.isu-table-both td {
    display: flex;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  .isu-responsive-table.isu-table-both td:last-of-type {
    border-bottom: none;
  }
  .isu-both-cell-content {
    display: block;
    flex: 1 1 50%;
    padding: 0.5rem 0.75rem;
  }
  .isu-both-row-header {
    display: block;
    flex: 0 1 45%;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    background: #eeeeee;
  }
  .isu-responsive-table.isu-table-both img {
    max-width: 100% !important;
  }
  table.isu-table-freeze {
    display: block;
  }
}
