.tableStack caption
{
  text-align: left;
  font-weight: 600;
  margin-bottom:8px;
  font-size:18px;
  color:#2d3e52;
}



.tableStack {
  margin: 1em 0;
  min-width: 300px;
}

.tableStack tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tableStack th {
  display: none;
  font-weight: 400;
}

.tableStack td {
  display: block;
}
.tableStack td:first-child {
  padding-top: .5em;
}
.tableStack td:last-child {
  padding-bottom: .5em;
}
.tableStack td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.tableStack th, .tableStack td {
  text-align: left;
}

.tableStack {
  color: #222222;
}

.tableStack tr:first-of-type /*HIDE HEADER ON MOBILE*/
{
  display: none;
}
.tableStack tr {
    border-color: #46637f;
    border: 1px solid #111111;
    display: block;
    margin-bottom: 10px;
}

.tableStack th, .tableStack td {
  padding: .5em 1em;
}

/*#region yes-tableStacked */
/*@media (max-width: 767px) {*/
  
  .tableStack.yes-tableStacked tr td:nth-child(odd) {
      background-color: #ccd4dd;
  }
  /*.tableStack.yes-tableStacked tr>td:first-of-type
  {
    background:#2d3e52;
    color:#ffffff;
  }*/
  .tableStack.yes-tableStacked tr>th
  {
    background:#2d3e52;
    color:#ffffff;
  }

    .tableStack.doubleheader.yes-tableStacked th.vert-header {
        display: block;
    }

/*}*/

/*#region no-tableStacked */
/*@media (min-width: 768px) {*/
.tableStack.no-tableStacked tr:nth-of-type(odd) {
    background-color: #ccd4dd;
}
    .tableStack.no-tableStacked th, .tableStack.no-tableStacked td {
    display: table-cell;
    padding: .25em .5em;
}
.tableStack.no-tableStacked th:first-child, .tableStack.no-tableStacked td:first-child {
    padding-left: 0;
}
.tableStack.no-tableStacked th:last-child, .tableStack.no-tableStacked td:last-child {
    padding-right: 0;
}
.tableStack.no-tableStacked th {
    background: #084382;
}
    .tableStack.no-tableStacked, .no-tableStacked td, .no-tableStacked th {
    border-collapse: collapse;
    border: 1px solid #111111;
}
.tableStack.no-tableStacked th, .tableStack.no-tableStacked td:before {
    color: #ffffff;
}
.tableStack.no-tableStacked td:before {
    display: none;
}
.tableStack.no-tableStacked th, .tableStack.no-tableStacked td {
    padding: 1em !important;
}

.tableStack.no-tableStacked tr {
    display: table-row !important;
    margin-bottom: 0px;
}
/*}*/
#innerContent {
    display: grid;
}