  table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  margin: 1em 0 1.5em;
  width: 100%;
}
caption {
  background-color: #7c77a0;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 0.7em;
  padding: 0.4em;
}
table,
th,
td {
  padding: 0.5em 0.9em;
  text-align: left;
  vertical-align: top;
  /*vertical-align: bottom;*/
}
tr td {
  border-bottom: 0;
  border-top: 0;
}
td {
  /*font-size: 12px;*/
  /*font-size: 0.75rem;*/
  /*line-height: 1.5;*/
  padding: 0.6em;
}
th {
  /*font-size: 12.5px;*/
  /*font-size: 0.78125rem;*/
  background-color: #036f9d;
  color: #ffffff;
  font-weight: normal;
  padding: 0.8em 0.6em;
  text-align: left;
}
table tr:nth-child(even) {
  background: #efefef;
}
@media (min-width: 400px) and (max-width: 600px) {
  table {
    font-size: smaller;
    width: fit-content;
  }
}
@media (max-width: 400px) {
  table {
    font-size: smaller;
    width: fit-content;
  }
}
@media (max-width: 575px) {
  #rich-text-1516929605842009 ul {
    margin-left: unset;
  }
}