.cmshtml *, .cmshtml ::before, .cmshtml ::after {
  box-sizing: border-box;
}
.cmshtml ::before, .cmshtml ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
.cmshtml {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
.cmsbody {
  margin: 0;
}
.cmshtml h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.cmshtml dl dl, .cmshtml dl ol, .cmshtml dl ul, .cmshtml ol dl, .cmshtml ul dl {
  margin: 0;
}
.cmshtml ol ol, .cmshtml ol ul, .cmshtml ul ol, .cmshtml ul ul {
  margin: 0;
}
.cmshtml hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.cmshtml main {
  display: block;
}
.cmshtml nav ol, .cmshtml nav ul {
  list-style: none;
  padding: 0;
}
.cmshtml pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.cmshtml a {
  background-color: transparent;
}
.cmshtml abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
.cmshtml b, .cmshtml strong {
  font-weight: bolder;
}
.cmshtml code, .cmshtml kbd, .cmshtml samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.cmshtml small {
  font-size: 80%;
}
.cmshtml audio, .cmshtml canvas, .cmshtml iframe, .cmshtml img, .cmshtml svg, .cmshtml video {
  vertical-align: middle;
}
.cmshtml audio, .cmshtml video {
  display: inline-block;
}
.cmshtml audio:not([controls]) {
  display: none;
  height: 0;
}
.cmshtml iframe {
  border-style: none;
}
.cmshtml img {
  border-style: none;
}
.cmshtml svg:not([fill]) {
  fill: currentColor;
}
.cmshtml svg:not(:root) {
  overflow: hidden;
}
.cmshtml table {
  border-collapse: collapse;
}
.cmshtml button, .cmshtml input, .cmshtml select {
  margin: 0;
}
.cmshtml button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
.cmshtml button, .cmshtml [type="button"], .cmshtml [type="reset"], .cmshtml [type="submit"] {
  -webkit-appearance: button;
}
.cmshtml fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}
.cmshtml input {
  overflow: visible;
}
.cmshtml legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
.cmshtml progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
.cmshtml select {
  text-transform: none;
}
.cmshtml textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}
.cmshtml [type="checkbox"], .cmshtml [type="radio"] {
  padding: 0;
}
.cmshtml [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.cmshtml ::-webkit-inner-spin-button, .cmshtml ::-webkit-outer-spin-button {
  height: auto;
}
.cmshtml ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.cmshtml ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.cmshtml ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.cmshtml ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.cmshtml :-moz-focusring {
  outline: 1px dotted ButtonText;
}
.cmshtml :-moz-ui-invalid {
  box-shadow: none;
}
.cmshtml details {
  display: block;
}
.cmshtml dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.cmshtml dialog:not([open]) {
  display: none;
}
.cmshtml summary {
  display: list-item;
}
.cmshtml canvas {
  display: inline-block;
}
.cmshtml template {
  display: none;
}
.cmshtml a, .cmshtml area, .cmshtml button, .cmshtml input, .cmshtml label, .cmshtml select, .cmshtml summary, .cmshtml textarea, .cmshtml [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}
.cmshtml [hidden] {
  display: none;
}
.cmshtml [aria-busy="true"] {
  cursor: progress;
}
.cmshtml [aria-controls] {
  cursor: pointer;
}
.cmshtml [aria-disabled="true"], .cmshtml [disabled] {
  cursor: not-allowed;
}
.cmshtml [aria-hidden="false"][hidden] {
  display: initial;
}
.cmshtml [aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}