﻿.rte-plus table {
  border: 1px solid #ededed;
}
.rte-plus table th {
  font-weight: bold;
  background-color: #e4edf0;
  padding: 8px;
}
.rte-plus table td {
  padding: 8px;
}
.rte-plus table tfoot td {
  border: 1px solid #ededed;
  font-weight: bold;
  background-color: #e4edf0;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .rte-plus .table-container {
    min-width: 288px;
    overflow-x: auto;
  }
}
.rte-plus.bullet-point-colour-020a0a li::marker {
  color: #020a0a;
}
.rte-plus.bullet-point-colour-ffffff li::marker {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .rte-plus.mobile-justification-left {
    text-align: left;
  }
  .rte-plus.mobile-justification-center {
    text-align: center;
  }
  .rte-plus.mobile-justification-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .rte-plus .text-desktop {
    display: none;
  }
}
.rte-plus .text-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .rte-plus .text-mobile {
    display: block;
    line-height: normal;
  }
}
