<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view,
.wm-editor {
  word-wrap: break-word;
  zoom: 1;
  letter-spacing: 0;
  line-height: 1.4;
}
.view:after,
.wm-editor:after {
  clear: both;
  content: '\0020';
  display: block;
  height: 0;
  visibility: hidden;
}
.view h1,
.view h2,
.view h3,
.wm-editor h1,
.wm-editor h2,
.wm-editor h3 {
  margin-bottom: 0.625rem;
  margin-top: 1.3rem;
}
.view p,
.wm-editor p {
  word-wrap: break-word;
  font-weight: 400;
  margin-bottom: 1.2em;
}
.view img,
.wm-editor img {
  height: auto !important;
  letter-spacing: 2px;
  max-width: 100%;
  word-break: break-word;
}
.wm-editor p img {
  margin: 0 auto;
}
.view video,
.wm-editor video {
  background-color: #000;
  height: auto !important;
  max-width: 100%;
}
.view a,
.wm-editor a {
  text-decoration: underline;
}
.view ul,
.wm-editor ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding: 0;
}
.view ul li,
.wm-editor ul li {
  margin-left: 2em;
}
.view ul ul,
.wm-editor ul ul {
  list-style-type: circle;
}
.view ul ul ul,
.wm-editor ul ul ul {
  list-style-type: square;
}
.view ol,
.wm-editor ol {
  list-style-type: decimal;
}
.view ol li,
.wm-editor ol li {
  margin-left: 2em;
}
.view ol li p,
.view ul li p,
.wm-editor ol li p,
.wm-editor ul li p {
  margin-bottom: 0;
}
.view table,
.wm-editor table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.625rem;
}
.view table[align='center'],
.wm-editor table[align='center'] {
  margin: 0 auto;
}
.view table tr,
.wm-editor table tr {
  border: 0;
  margin: 0;
  padding: 0;
}
.view table td,
.view table th,
.wm-editor table td,
.wm-editor table th {
  border: 1px solid #ccc;
  padding: 3px 5px;
  white-space: normal;
  word-break: break-word !important;
}
.view .center,
.wm-editor .center {
  text-align: center;
}
.view .ol_nostyle,
.view .ul_nostyle,
.wm-editor .ol_nostyle,
.wm-editor .ul_nostyle {
  list-style-type: none;
}
.view .ol_nostyle li,
.view .ul_nostyle li,
.wm-editor .ol_nostyle li,
.wm-editor .ul_nostyle li {
  margin-left: 0;
}
.view .table_nostyle td,
.view .table_nostyle th,
.wm-editor .table_nostyle td,
.wm-editor .table_nostyle th {
  border: none;
}
.view .table_style1,
.view .table_style2,
.view .table_style3,
.wm-editor .table_style1,
.wm-editor .table_style2,
.wm-editor .table_style3 {
  border-collapse: collapse;
}
.view .table_style1 td,
.view .table_style1 th,
.view .table_style2 td,
.view .table_style2 th,
.view .table_style3 td,
.view .table_style3 th,
.wm-editor .table_style1 td,
.wm-editor .table_style1 th,
.wm-editor .table_style2 td,
.wm-editor .table_style2 th,
.wm-editor .table_style3 td,
.wm-editor .table_style3 th {
  border: 1px solid #ccc;
  padding: 3px 5px;
}
.view .table_style2 td,
.view .table_style2 th,
.wm-editor .table_style2 td,
.wm-editor .table_style2 th {
  border-color: #000;
}
.view .table_style3 td,
.view .table_style3 th,
.wm-editor .table_style3 td,
.wm-editor .table_style3 th {
  border-color: #fff;
}
</pre></body></html>