* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #00b9c5; /*#00bac6*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  background: #fff; /* 1 */
  color: #000; /* 2 */
  font-family: sans-serif; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  overflow-x: hidden;
  width: 100%;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Show a branded focus ring for keyboard navigation only.
 */

a:focus-visible {
  outline: 2px solid #00b9c5;
  outline-offset: 2px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 100%;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
/*  max-width: 200px; */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/* Normalize button appearance and curso across browsers */

button,
input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===== Primary Styles ========================================================
   Author: Fredy Munevar
   ========================================================================== */

html,
body {
  background-color: #1b1b1b;
  color: #ffffff;
}

body {
  background: #1b1b1b url("bg.jpg");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}

.center {
  max-width: 1280px;
  height: 100%;
  background: #282828;
  margin: 0 auto;
  -webkit-box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.46);
}

/* =============================================================================
      HEADER
      ========================================================================== */
header#site-header #site-banner {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.95);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.95);
  height: 120px;
  margin-bottom: 17px;
}

header#site-header #site-banner > a > img {
  height: 120px;
}

header#site-header .inner-center {
  border: 2px groove #484848;
  width: 930px;
  margin: 0 auto;
  text-align: center;
  border-left: none;
  border-right: none;
}

header#site-header .inner-center article.half-wrap {
  font-size: 1.133em;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 1%;
}

header#site-header .inner-center article.half-wrap:first-child {
  font-size: 1.133em;
  border: 2px groove #484848;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

header#site-header .page-update {
  color: #484848;
  font-size: 1.133em;
  text-align: center;
  padding: 6px 0;
}

header#site-header nav#site-nav {
  border: 2px groove #484848;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 6px 0;
}

header#site-header nav#site-nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

header#site-header nav#site-nav ul li {
  vertical-align: top;
  margin: 2px;
}

header#site-header nav#site-nav ul li a {
  display: block;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  background: #484848; /* original: #19868d */
  color: #ffffff;
  font-size: 1.167em;
  padding: 7px 12px;
  width: 90px; /* original: only 105px, no height */
}

header#site-header nav#site-nav ul li a:hover {
  background: #00b9c5;
}

header#site-header nav#site-nav ul li .nav1_selected {
  background: #19868d;
}

/* =============================================================================
      FOOTER
      ========================================================================== */
footer#site-foot {
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 74, 79, 0.75);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 74, 79, 0.75);
  box-shadow: inset 0 5px 5px rgba(0, 74, 79, 0.75);
  background: #19868d;
}

footer#site-foot section ul {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 2%;
  list-style: none;
}

footer#site-foot section ul li {
  color: #00b9c5;
  border-bottom: 1px dashed #b3eef2;
  padding: 10px 0;
}

footer#site-foot section ul li a {
  color: #ffffff;
}

footer#site-foot section ul:first-child {
  border-right: 1px dashed #b3eef2;
}

/* =============================================================================
      CONTENT
      ========================================================================== */

.standard {
  width: 100%;
  color: #959595;
}

.standard a {
  color: #ffffff;
}

section#content-wrap {
  align-self: top;
  justify-self: top;

  padding: 15px 27px 0 27px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
}

article#content, aside#sidebar {
  text-align: top;
  min-width: 0;
}

article#content {
  border: 2px groove #484848;
  flex-shrink: 1;
  grid-row: span 3 / span 3; /* v20250516: previous span 2 / span 2 */
  margin-top: 0px; /* original 0px, v20250516: 10px */
  margin-bottom: 10px; /* new value 20260725 */
}

aside#sidebar .widget {
  border: 2px groove #484848;
  margin-bottom: 10px;
}

aside#sidebar .widget h1 {
  border: 2px groove #484848;
  color: #00b9c5;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.583em;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 11px 0;
}

aside#sidebar .widget p {
  color: #959595;
  border-bottom: 1px dashed #484848;
  padding: 8px;
}

aside#sidebar .widget p:last-child {
  border: none;
}

aside#sidebar .widget p a,
aside#sidebar .widget p span {
  color: #fff;
  display: block;
}

aside#sidebar .widget p a:hover {
  text-decoration: underline;
}

aside#sidebar .shoutno {
  color: #b12f2f;
  font-weight: bold;
  padding: 8px;
}

aside#sidebar .shoutok {
  color: #7fff00;
  font-weight: bold;
  padding: 8px;
}

.subtitle-area {
  border-bottom: 1px solid #484848;
  border-top: none;
  border-right: none;
  border-left: none;
}

.subtitle-area tr td {
  color: #00b9c5;
  text-align: center;
  font-size: 1.583em;
  font-weight: bold;
  padding: 11px 0;
}

.subtitle-area tr td a {
  color: #ffffff;
  font-size: 0.583em;
}

.subtitle-area form {
  color: #ffffff;
  font-size: 0.583em;
}

.system-selection-area {
  min-width: 100%;
  border-bottom: 1px solid #484848;
  border-top: none;
  border-right: none;
  border-left: none;
}

.system-selection-area tr td {
  color: #00b9c5;
  text-align: center;
  padding: 11px 0;
}

.system-selection-area form {
  color: #00b9c5;
  text-align: center;
  font-size: 0.583em;
  font-weight: bold;
  padding: 11px 0;
}

@media (max-width: 600px) {
  .system-selection-area select {
    width: 60%;
  }
}

.info-table {
  min-width: 100%;
  border: none;
  border-collapse: collapse;
}

.info-table tr td {
  border: 1px solid #282828;
  color: #ffffff;
  padding: 4px;
}

.info-table tr.alternate1 {
  background-color: #1c5a5c;
}

.info-table tr.alternate2 {
  background-color: #26797a;
}

.info-table tr.grey {
  background-color: #5f8383;
}

.info-table tr.titlef {
  font-weight: bold;
  background-color: #134647;
  color: #ffffff;
}

.info-table tr td a {
  color: #ffffff;
}

.info-table tr td a:hover {
  text-decoration: underline;
}

.info-table tr td.edited {
  background-color: #d51515;
  color: #ffffff;
}

.info-table tr td.grey {
  background-color: #5f8383;
  color: #ffffff;
}

.info-table tr td.yellow {
  background-color: #DDA621;
  color: #ffffff;
}

.info-table tr td.unread {
  background-color: #b95757;
  color: #ffffff;
}

/*.info-table tr td input[type="text"],*/
/*.info-table tr td textarea,*/

.info-table tr td fieldset {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  height: 17px;
  background: #484848;
  color: #00b9c5;
  border: none;
  padding: 10px;
  margin: 5px;
}

/*
.info-table tr td textarea {
  width: 93%;
  height: 150px;
  resize: none;
}
*/

.info-table tr td fieldset {
  width: 48%;
  border: none;
  background: none;
  padding: 0;
  position: relative;
}

.info-table tr td fieldset select {
  width: 100%;
  height: 37px;
  border: 1px solid black;
  position: absolute;
}

.info-table tr td fieldset .select {
  background: #484848 url("select.png") no-repeat top right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 27px;
  line-height: 2.3em;
  font-weight: normal;
  text-transform: none;
  color: #959595;
  background-size: 37px;
  padding: 5px 50px 5px 8px;
}

.info-table tr td input[type="button"] {
  display: inline-block;
  vertical-align: top;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  background: #19868d;
  color: #ffffff;
  font-size: 1.167em;
  border: 1px solid #282828;
  text-transform: uppercase;
  padding: 10px 12px;
}

.info-table tr td input[type="button"]:hover {
  background: #00b9c5;
}

.info-table tr.info td ul span {
  color: #959595;
  display: block;
}

.info-table tr.info td .button {
  display: inline-block;
  vertical-align: top;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.37),
    rgba(255, 255, 255, 0.37)
  );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 1px rgba(255, 255, 255, 0.16);
  background: #19868d;
  color: #ffffff;
  font-size: 1.167em;
  border: 1px solid #282828;
  padding: 7px 12px;
}

.info-table tr.info td .button:hover {
  background: #00b9c5;
}

.info-table tr.info td span {
  color: #484848;
}

.info-table tr.info td h3 {
  color: #959595;
  margin: 0.6em 0;
}

.info-table tr.info td small {
  color: #00b9c5;
  font-style: italic;
}

/* =============================================================================
      HOME
      ========================================================================== */

form {
  display: inline;
}

/* 
 * ========================================
 * style elements
 * ========================================
 */

.tableWrap {
  /*width: 542px;*/
  width: 100%;
  word-wrap: break-word;
  table-layout: fixed;
  text-align: left;
  border: 0px;
  border-collapse: collapse;
}

.tableWrap tr td {
  border: 0px;
  border-collapse: collapse;
}

.RecordTable {
  width: 100%;
}

.RecordTable td {
  word-wrap: break-word;
}

.TableTitle {
  font-weight: bold;
  padding-top: 10px;
  background-color: #112238;
  color: #ffffff;
}

.TableData {
  background-color: #29384b;
}

.releaseStatusOK {
  background-color: #144901;
  font-size: 0.9em;
}

.releaseStatusBAD {
  background-color: #a54c06;
  font-size: 0.9em;
}

.releaseStatusORA {
  background-color: #b3984f;
  font-size: 0.9em;
}

.releaseStatusBLU {
  background-color: #567f92;
  font-size: 0.9em;
}

.releaseStatusNSREL {
  background-color: #787777;
  font-size: 0.9em;
}

.releaseStatusOK a,
.releaseStatusBAD a,
.releaseStatusORA a,
.releaseStatusBLU a,
.releaseStatusNSREL a {
  color: #ffffff;
  text-decoration: none;
}

.SearchLinkTitle a {
  color: #ffea57;
  font-weight: bold;
  padding-top: 10px;
}

.green {
  background-color: #429b1b;
  color: #ffffff;
}

.red {
  background-color: #b60000;
  color: #ffffff;
}

.orange {
  background-color: #dda621;
  color: #ffffff;
}

.magenta {
  background-color: #8b008b;
  color: #ffffff;
}

.blue {
  background-color: #567f92;
  color: #ffffff;
}

.status_green {
  background-color: #429b1b;
  color: #ffffff;
  font-size: 1.2em;
}

.status_red {
  background-color: #b60000;
  color: #ffffff;
  font-size: 1.2em;
}

.status_yellow {
  background-color: #dda621;
  color: #ffffff;
  font-size: 1.2em;
}

.status_blue {
  background-color: #567f92;
  color: #ffffff;
  font-size: 1.2em;
}

.file1 {
  background-color: #2d3e53;
}

.file2 {
  background-color: #314359;
}

.first_file1 {
  background-color: #2d3e53;
  border-top: 1px solid white;
}

.first_file2 {
  background-color: #314359;
  border-top: 1px solid white;
}

/* Errors */

.errors {
  background-color: #fff;
  background-position: 100% 63%;
  position: relative;
  width: 100%;
  border: 1px solid #cd0000;
  color: #cd0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.errors h2 {
  width: 100%;
  position: relative;
  background-color: #cd0000;
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: bold;
}

.error {
  color: #ff0000;
  font-weight: bold;
}

/* Show record */

.romname_section {
  background-color: #112238;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

/* Tickets */

.tickets_section {
  background-color: #112238;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}

#tickets-title-green a {
  color: #6aa64c;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
  word-break: break-all;
}

#tickets-title-red a {
  color: #ff7777;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
  word-break: break-all;
}

#tickets-title-yellow a {
  color: #ffea57;
  text-decoration: none;
  font-size: 13pt;
  font-weight: bold;
  word-break: break-all;
}

#tickets-message {
  word-break: break-all;
}

#tickets-detail {
  font-size: 8pt;
  color: #ffffff;
  font-weight: bold;
}

/* Show courier text */

#pre {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Courier New";
  color: #ffffff;
}

/* sort */

.sort_button {
  border: 0px;
  background: url("../media/icons/swap_vert_16dp_FFFFFF_FILL0_wght400_GRAD0_opsz20.svg");
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #000; /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0);
}

.sort_button_asc {
  border: 0px;
  background: url("../media/icons/keyboard_arrow_up_16dp_FFFFFF_FILL0_wght400_GRAD0_opsz20.svg");
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #000; /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0);
}

.sort_button_desc {
  border: 0px;
  background: url("../media/icons/keyboard_arrow_down_16dp_FFFFFF_FILL0_wght400_GRAD0_opsz20.svg");
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #000; /* Fallback for older browsers */
  color: rgba(0, 0, 0, 0);
}

/* tiny shoutbox buttons */

input.tinydel {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url("../media/icons/close_12dp_EA3323_FILL0_wght400_GRAD0_opsz20.svg") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
}

input.tinyok {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url("../media/icons/check_12dp_75FB4C_FILL0_wght400_GRAD0_opsz20.svg") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
}

input.tinyban {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url("../media/icons/block_12dp_EA3323_FILL0_wght400_GRAD0_opsz20.svg") no-repeat 50% 50%;
  width: 12px;
  height: 12px;
}

/* thumb button */

input.thumb {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url("../media/icons/thumb_up_off_FILL1_wght400_GRAD0_opsz48.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
}

.warning-top {
  background: #f99;
  border: 1px solid red;
  padding: 2px;
  margin: 2px 0;
  width: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.top_linkbar {
  color: #ffffff;
  text-align: center;
  background: #19868d;
  display: flex;
  align-items: center;
}

.top_linkbar a {
  color: #ffffff;
}

.linkbar-links {
  width: 50%;
}

/* showrecord: scrollbar area for file list */

.scroll-file-list {
  max-height: 300px;
  overflow-y: scroll;
}

/* search: dump status dots */

.dump-status-tag-nodump {
  background-color: #ffa07a;
  border: 1px dotted black;
}

.dump-status-tag-private {
  background-color: #696969;
  border: 1px dotted black;
}

.dump-status-tag-bad {
  background-color: #b22222;
  border: 1px dotted black;
}

.dump-status-tag-untrusted {
  background-color: #daa520;
  border: 1px dotted black;
}

.dump-status-tag-trusted {
  background-color: #4682b4;
  border: 1px dotted black;
}

.dump-status-tag-verified {
  background-color: #3cb371;
  border: 1px dotted black;
}

.info-table-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@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;
  }

  .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;
  }
}
