h1, h2, h3, li, p,
.header {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  text-indent: 0;
  font-size: 19px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  vertical-align: baseline;
  color: black;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.header1 {
  text-align: center;
  font-size: 24px;
  color: rgb(128,0,0);
  font-weight: bold;
}
.header2 {
  color: navy;
  font-weight: bold;
  font-style: italic;
}
.header3 {
  color: darkgreen;
  font-weight: bold;
  font-style: italic;
}
table.Table,
.cke_editable table,
.text-viewer__page table {
  border-collapse: collapse;
  margin-left: 0 !important;
  border: 1px solid black !important;
  width: 100% !important;
  word-break: break-all;
  font-family: "Segoe UI", sans-serif;
}
table.Table p,
table.Table span,
table.Table div,
.cke_editable table p,
.cke_editable table span,
.cke_editable table div,
.text-viewer__page table p,
.text-viewer__page table span,
.text-viewer__page table div {
  font-family: "Segoe UI", sans-serif !important;
  word-break: normal;
}
font {
  font-family: "Segoe UI", sans-serif !important;
}
table.Table th,
table.Table td,
.cke_editable table th,
.cke_editable table td,
.text-viewer__page table th,
.text-viewer__page table td {
  border: 1px solid black !important;
  font-family: "Segoe UI", sans-serif;
  padding-left: 5px;
}
.vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-transform:  rotate(180deg);
  -webkit-transform:  rotate(180deg);
  -moz-transform:  rotate(180deg);
  -o-transform:  rotate(180deg);
  transform: rotate(180deg);

  max-height: 250px;
  min-height: 200px;
  text-align: justify;
  min-width: calc(1em + 8px);
  margin-left: -5px;
  white-space: nowrap;
}

.cke_editable {
  padding: 2.8em;
}

.cke_editable img {
  float: none !important;
}
