/**
 * @file
 * Visual styles for tables.
 */
.hydrogen-colors {
  width: 100%;
  border-collapse: collapse;
}
.hydrogen-colors th, .hydrogen-colors td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
.hydrogen-colors .yellow { background-color: #d3c226; }
.hydrogen-colors .green { background-color: #187d3a; color: #fff; }
.hydrogen-colors .blue { background-color: #00689b; color: white; }
.hydrogen-colors .turquoise { background-color: #128b8a; color: #fff;}
.hydrogen-colors .pink { background-color: #FFC0CB; }
.hydrogen-colors .grey { background-color: #88878d; color: #fff;}
.hydrogen-colors .black { background-color: #000000; color: white; }
 
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 20px;
  border-style: solid;
  border-width: 1px;
}
table:not(.table-responsive) {
  overflow: hidden;
}
.table-responsive {
  margin-bottom: 20px;
}
.table-responsive table {
  margin-bottom: 0;
}
table tr th {
  border-style: solid;
  border-width: 0;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 700;
}
.region--default-background table tr th {
  color: var(--mt-color-default-contrast);
  background-color: rgba(var(--mt-color-default-contrast-value), 0.03);
}
.region--bright-background table tr th {
  color: var(--mt-color-bright-contrast);
  background-color: rgba(var(--mt-color-bright-contrast-value), 0.03);
}
.region--accent-background table tr th {
  color: var(--mt-color-accent-contrast);
  background-color: rgba(var(--mt-color-accent-contrast-value), 0.03);
}
.region--tint-background table tr th {
  color: var(--mt-color-tint-contrast);
  background-color: rgba(var(--mt-color-tint-contrast-value), 0.1);
}
.region--shade-background table tr th {
  color: var(--mt-color-shade-contrast);
  background-color: rgba(var(--mt-color-shade-contrast-value), 0.1);
}
.region--colored-background table tr th {
  color: var(--mt-color-colored-contrast);
  background-color: rgba(var(--mt-color-colored-contrast-value), 0.1);
}
.region--dark-colored-background table tr th {
  color: var(--mt-color-dark-colored-contrast);
  background-color: rgba(var(--mt-color-dark-colored-contrast-value), 0.1);
}
.region--dark-background table tr th {
  color: var(--mt-color-dark-contrast);
  background-color: rgba(var(--mt-color-dark-contrast-value), 0.1);
}
.region--pattern table tr th {
  color: var(--mt-color-pattern-contrast);
  background-color: rgba(var(--mt-color-pattern-contrast-value), 0.1);
}
.region--default-background table {
  border-color: rgba(var(--mt-color-default-contrast-value), 0.1);
}
.region--bright-background table {
  border-color: rgba(var(--mt-color-bright-contrast-value), 0.1);
}
.region--accent-background table {
  border-color: rgba(var(--mt-color-accent-contrast-value), 0.1);
}
.region--tint-background table {
  border-color: rgba(var(--mt-color-tint-contrast-value), 0.1);
}
.region--shade-background table {
  border-color: rgba(var(--mt-color-shade-contrast-value), 0.1);
}
.region--colored-background table {
  border-color: rgba(var(--mt-color-colored-contrast-value), 0.1);
}
.region--dark-colored-background table {
  border-color: rgba(var(--mt-color-dark-colored-contrast-value), 0.1);
}
.region--dark-background table {
  border-color: rgba(var(--mt-color-dark-contrast-value), 0.1);
}
.region--pattern table {
  border-color: rgba(var(--mt-color-pattern-contrast-value), 0.1);
}
@media (max-width: 767px) {
  .table-responsive table {
    border-width: 0;
  }
  .table-responsive {
    border-width: 1px;
    border-style: solid;
  }
  .region--default-background .table-responsive {
    border-color: rgba(var(--mt-color-default-contrast-value), 0.1);
  }
  .region--bright-background .table-responsive {
    border-color: rgba(var(--mt-color-bright-contrast-value), 0.1);
  }
  .region--accent-background .table-responsive {
    border-color: rgba(var(--mt-color-accent-contrast-value), 0.1);
  }
  .region--tint-background .table-responsive {
    border-color: rgba(var(--mt-color-tint-contrast-value), 0.1);
  }
  .region--shade-background .table-responsive {
    border-color: rgba(var(--mt-color-shade-contrast-value), 0.1);
  }
  .region--colored-background .table-responsive {
    border-color: rgba(var(--mt-color-colored-contrast-value), 0.1);
  }
  .region--dark-colored-background .table-responsive {
    border-color: rgba(var(--mt-color-dark-colored-contrast-value), 0.1);
  }
  .region--dark-background .table-responsive {
    border-color: rgba(var(--mt-color-dark-contrast-value), 0.1);
  }
  .region--pattern .table-responsive {
    border-color: rgba(var(--mt-color-pattern-contrast-value), 0.1);
  }
  .region--default-background .table-responsive table tr td {
    background-color: var(--mt-color-default);
  }
  .region--shade-background .table-responsive table tr td {
    background-color: var(--mt-color-shade);
  }
  .region--colored-background .table-responsive table tr td {
    background-color: transparent;
  }
  .region--dark-colored-background .table-responsive table tr td {
    background-color: var(--mt-color-dark-colored);
  }
  .region--dark-background .table-responsive table tr td {
    background-color: var(--mt-color-dark);
  }
}
.headings-wide-spacing-enabled table tr th {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
table thead tr:first-child th {
  border-bottom-width: 0;
}
table tr td {
  border-style: solid;
  border-width: 0;
  padding: 12px 26px;
  font-weight: 400;
}
table tr:last-child td {
  padding-bottom: 16px;
}
table thead + tbody tr:first-child th,
table thead + tbody tr:first-child td {
  padding-top: 24px;
  border-top-width: 0;
}
table tr th:first-child,
table tr td:first-child {
  border-left-width: 0px;
}
table tr th:last-child,
table tr td:last-child {
  border-right-width: 0px;
}
table tr:nth-child(even) {
        background-color: #f9f9f9;
}

table tr:nth-child(odd) {
        background-color: #ffffff;
    }
    


/* Table caption */
table caption {
  padding: 10px 0;
  font-size: 16px;
  color: inherit;
}

/* layout builder */
#layout-builder-modal table tr td {
  padding: 12px 15px;
}