.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.wp-block-table.is-style-regular {
  position: relative;
  margin: 1rem auto;
}
@media (max-width:639px) {
  .wp-block-table.is-style-regular {
    margin: 1rem;
  }
}
.wp-block-table.is-style-regular tr td {
  position: relative;
  padding: 1rem;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #000000;
  font-size: 1.3rem;
}
.wp-block-table.is-style-stripes {
  position: relative;
  margin: 1rem auto;
  border-top-style: solid;
  border-top-width: 0.0625rem;
  border-top-color: rgba(0, 0, 0, 0.5);
}
@media (max-width:639px) {
  .wp-block-table.is-style-stripes {
    margin: 1rem;
  }
}
.wp-block-table.is-style-stripes tr td {
  position: relative;
  padding: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
}
.wp-block-table.is-style-stripes tr:nth-of-type(odd) {
  background-color: rgba(30, 115, 190, 0.1);
}
/*# sourceMappingURL=./style.css.map */