/* Fonts */
/* Colors */
/* rgb(35, 51, 103) */
/* rgb(72, 188, 135) */
/* rgb(58, 135, 201) */
/* rgb(118, 153, 208) */
/* rgb(118, 153, 208, .6) */
/* rgb(181, 207, 238) */
/* rgb(243, 243, 242) */
/* rgb(255, 202, 8) */
/* rgb(243, 154, 35) */
/* rgb(235, 88, 77) */
/* Second blue 10% > rgba(58, 135, 201, .1) */
/* Second green 10% > rgba(72, 188, 135, .1) */
/* Yellow 10% > rgba(255, 202, 8, .1) */
/* Orange 10% > rgba(243, 154, 35, 0.1) */
/* Red 10% > rgba(235, 88, 77, .1) */
/* Layout */
/* Borders */
.tox-toolbar,
.tox-edit-area__iframe,
.tox-statusbar {
  background-color: #f3f3f2 !important;
}
body {
  font-size: 0.9rem !important;
}
.mce-content-body mark {
  background-color: #f3f3f2 !important;
}
.mce-content-body .page-break {
  display: block;
  clear: both;
  page-break-after: always;
}
.mce-content-body table {
  border: 1px solid #a1a1a1 !important;
}
.mce-content-body table caption,
.mce-content-body table td,
.mce-content-body table th {
  border: 1px solid #a1a1a1 !important;
  padding: 10px !important;
}
.mce-content-body table caption p,
.mce-content-body table td p,
.mce-content-body table th p {
  margin: 0 !important;
}
#formMessage .tox-toolbar,
#formVision .tox-toolbar,
#formFreePrescription .tox-toolbar,
#formAddressingMail .tox-toolbar,
#formCardiogram .tox-toolbar,
#formMessage .tox-edit-area__iframe,
#formVision .tox-edit-area__iframe,
#formFreePrescription .tox-edit-area__iframe,
#formAddressingMail .tox-edit-area__iframe,
#formCardiogram .tox-edit-area__iframe,
#formMessage .tox-statusbar,
#formVision .tox-statusbar,
#formFreePrescription .tox-statusbar,
#formAddressingMail .tox-statusbar,
#formCardiogram .tox-statusbar {
  background-color: white !important;
}

