.editor-content-view a {
  background-color: transparent;
}

.editor-content-view abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.editor-content-view b,
.editor-content-view strong {
  font-weight: bolder;
}

.editor-content-view code,
.editor-content-view kbd,
.editor-content-view samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.editor-content-view small {
  font-size: 80%;
}

.editor-content-view sub,
.editor-content-view sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.editor-content-view sub {
  bottom: -0.25em;
}

.editor-content-view sup {
  top: -0.5em;
}

.editor-content-view img {
  border-style: none;
}

.editor-content-view h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.editor-content-view h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

.editor-content-view h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.editor-content-view h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

.editor-content-view h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.editor-content-view h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

.editor-content-view hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.editor-content-view pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.editor-content-view button,
.editor-content-view input,
.editor-content-view optgroup,
.editor-content-view select,
.editor-content-view textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.editor-content-view button,
.editor-content-view input {
  overflow: visible;
}

.editor-content-view button,
.editor-content-view select {
  text-transform: none;
}

.editor-content-view button,
.editor-content-view [type="button"],
.editor-content-view [type="reset"],
.editor-content-view [type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

.editor-content-view button::-moz-focus-inner,
.editor-content-view [type="button"]::-moz-focus-inner,
.editor-content-view [type="reset"]::-moz-focus-inner,
.editor-content-view [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.editor-content-view button:-moz-focusring,
.editor-content-view [type="button"]:-moz-focusring,
.editor-content-view [type="reset"]:-moz-focusring,
.editor-content-view [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.editor-content-view fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.editor-content-view legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.editor-content-view progress {
  vertical-align: baseline;
}

.editor-content-view textarea {
  overflow: auto;
}

.editor-content-view [type="checkbox"],
.editor-content-view [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.editor-content-view [type="number"]::-webkit-inner-spin-button,
.editor-content-view [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.editor-content-view [type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

.editor-content-view [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.editor-content-view ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.editor-content-view details {
  display: block;
}

.editor-content-view summary {
  display: list-item;
}

.editor-content-view template {
  display: none;
}

.editor-content-view [hidden] {
  display: none;
}

.editor-content-view {
  padding: 0 10px;
  margin-top: 10px;
  overflow-x: auto;
}

.editor-content-view p,
.editor-content-view li {
  white-space: pre-wrap;
}

.editor-content-view blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.editor-content-view code {
  font-family: monospace;
}

.editor-content-view table {
  border-collapse: collapse;
}

.editor-content-view td,
.editor-content-view th {
  border: 1px solid #ccc;
  min-width: 50px;
  height: 20px;
}

.editor-content-view th {
  background-color: #f1f1f1;
}

.editor-content-view ul,
.editor-content-view ol {
  padding-left: 20px;
}

.editor-content-view input[type="checkbox"] {
  margin-right: 5px;
}