/* custom breakpoints */
/* breakpoints */
table {
  border-collapse: collapse;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

table caption {
  height: 50px;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  background-color: #061e42;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 50px;
  font-family: "Oswald", sans-serif;
}

table tr {
  height: 50px;
  background-color: #ffffff;
}

table tr:nth-child(even) {
  background-color: #e4ecf8;
}

table thead tr {
  background-color: transparent;
}

@media (min-width: 992px) {
  table.two-rows th,
  table.two-rows tr {
    float: left;
    width: 50%;
  }
  table.two-rows tr {
    background-color: #ffffff !important;
  }
  table.two-rows tr:nth-child(4n + 3), table.two-rows tr:nth-child(4n + 4) {
    background-color: #e4ecf8 !important;
  }
  table.two-rows tr:nth-child(2n + 1) {
    clear: left;
  }
  table.two-rows tr:nth-child(odd):last-child {
    width: 100%;
  }
  table.two-rows tr:nth-child(odd):last-child th {
    width: 25%;
  }
  table.two-rows th,
  table.two-rows td {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

table.three-rows tbody {
  border-bottom: 1px solid #ffffff;
}

table.three-rows tr {
  background-color: transparent !important;
}

table.three-rows tr:first-child > * {
  padding-top: 25px;
}

table.three-rows tr:last-child > * {
  padding-bottom: 25px;
}

table.three-rows th,
table.three-rows td {
  padding-left: 0;
}

table.three-rows th {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 5px;
  vertical-align: top;
}

table.three-rows td {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}

table.three-rows td:first-child {
  width: 50%;
}

table th {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #000000;
}

table th,
table td {
  text-align: left;
  padding: 0 20px;
  vertical-align: middle;
}
