table {
  margin-top: 1.8rem;
  padding-right: 1px;
  display: block;
  width: 100% !important;
  height: auto !important;
  overflow: auto;
  border-collapse: collapse;
}

table * {
  margin: 0;
}

table h1,
table .h1,
table h2,
table .h2,
table h3,
table .h3,
table h4,
table .h4,
table h5,
table .h5,
table h6,
table .h6 {
  margin-top: 0;
}

table ul {
  margin: .5rem 0;
}

table li {
  margin-bottom: .8em;
  font-size: 1.375rem;
  line-height: 1.1em;
}

@media only screen and (max-width: 1023px) {
  table p,
  table li {
    font-size: 1.25rem;
  }
}

thead,
th {
  text-align: left;
}

thead td,
thead th {
  vertical-align: bottom;
  border: none;
}

thead * {
  margin-bottom: .1em;
}

thead th:not(:first-of-type) {
  text-align: center;
}

th {
  vertical-align: top;
}

tbody th *:first-child {
  margin: 0 0 .15em 0;
}

table td *:last-child {
  margin: 0;
}

tbody {
  background-color: #fff;
}

tbody th {
  min-width: 310px;
  max-width: 660px;
}

tr {
  height: unset !important;
}

th,
td {
  padding: 1.125rem;
  vertical-align: top;
  height: unset !important;
  border: 1px solid #d0d0d0;
  line-height: 1.1em;
}

table.center td {
  text-align: center;
}

td p {
  margin-bottom: .5em;
  line-height: 1.1em;
}

table.center img + p {
  margin-top: 12px;
}

td:not(.text-center) img {
  margin-right: 1.125rem;
}

table:not(.center) img + p {
  display: inline-block;
}

table + small {
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 559px) {
  table {
    width: 122.222345% !important;
    transform: scale(.818181);
    transform-origin: 0 0;
  }
}
