/* STATIC TABLE (F#18202) */

/* GENERAL STYLING */
.ds-copy-text.text-formatted > table {
  border: transparent;
}
.ds-copy-text.text-formatted > table > thead > tr > th {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 14px;
  text-align: center;
}
.ds-copy-text.text-formatted > table > tbody > tr > td {
  font-size: 14px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
}
.ds-copy-text.text-formatted > table > tbody > tr:nth-child(odd) {
  background-color: #EBEBEB;
}
.ds-copy-text.text-formatted > table > tbody > tr:nth-child(even) {
  background-color: transparent;
}

