.container-row .container-row {
  padding: 0 !important;
  max-width: inherit !important;
}

* {
  box-sizing: border-box;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 2px;
}
section {
  background-color: var(--general-background, transparent);
}

table,
table * {
  border: 1px solid var(--border-color, #fff);
}

table p {
  margin: 0;
}

caption {
  display: table-caption;
  text-align: center;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

th {
  display: table-cell;
  font-weight: bold;
  text-align: center;
  padding: 1px;
  vertical-align: inherit;
}

td {
  display: table-cell;
  text-align: inherit;
  padding: 1px;
  vertical-align: inherit;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 19px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 19px;
}

li {
  display: list-item;
  text-align: match-parent;
}

li::marker {
  color: var(--general-description-color, #000);
  font-size: var(--general-description-size, 1.25rem);
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0 !important;
}
