.colored-table {
  border: none;
  width: 100% !important;
}
.colored-table tr:first-child {
  background-color: #5362B1;
  color: #fff;
}
.colored-table tr:first-child td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.colored-table tr:first-child td:first-child {
  border-right: 1px solid #DCDCDC;
}
.colored-table tr:first-child td:not(.colored-table tr:first-child td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.colored-table tr:not(.colored-table tr:first-child) {
  background-color: #F4F4F4;
  color: #282828;
}
.colored-table tr:not(.colored-table tr:first-child) td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
}
.colored-table tr:not(.colored-table tr:first-child) td:first-child {
  border-right: 1px solid #DCDCDC;
}
.colored-table tr:not(.colored-table tr:first-child) td:not(.colored-table tr:not(.colored-table tr:first-child) td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.colored-table tr:not(.colored-table tr:first-child) td ul {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .colored-table tr:not(.colored-table tr:first-child) td {
    padding: 12px;
  }
}
.colored-table tr:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}

.basic-table {
  border: 1px solid #DCDCDC;
  width: 100% !important;
}
.basic-table tr:first-child {
  background-color: #F4F4F4;
  color: #282828;
}
.basic-table tr:first-child td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.basic-table tr:first-child td:first-child {
  border-right: 1px solid #DCDCDC;
}
.basic-table tr:first-child td:not(.basic-table tr:first-child td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.basic-table tr:not(.basic-table tr:first-child) {
  color: #282828;
}
.basic-table tr:not(.basic-table tr:first-child) td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
}
.basic-table tr:not(.basic-table tr:first-child) td:first-child {
  border-right: 1px solid #DCDCDC;
}
.basic-table tr:not(.basic-table tr:first-child) td:not(.basic-table tr:not(.basic-table tr:first-child) td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.basic-table tr:not(.basic-table tr:first-child) td ul {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .basic-table tr:not(.basic-table tr:first-child) td {
    padding: 12px;
  }
}
.basic-table tr:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}/*# sourceMappingURL=RTE_table.min.css.map */