.editor-styles-wrapper {
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.editor-styles-wrapper * {
  box-sizing: border-box;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-size: 100%;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
  font-size: 200%;
}

.editor-styles-wrapper :hover,
.editor-styles-wrapper :focus,
.editor-styles-wrapper :active {
  outline: none;
}

.editor-styles-wrapper a {
  color: blue;
  text-decoration: none;
}

.editor-styles-wrapper a:hover {
  color: #111;
  text-decoration: underline;
}

.editor-styles-wrapper a:focus,
.editor-styles-wrapper a:active {
  outline: none;
}

.editor-styles-wrapper b,
.editor-styles-wrapper strong {
  font-weight: bold;
}

.editor-styles-wrapper figure {
  margin: 0 0 1rem 0;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin-top: 0;
  padding: 0;
  list-style-position: outside;
}

.editor-styles-wrapper ul ul {
  list-style: circle;
  margin-bottom: 0;
  list-style-position: outside;
}

.editor-styles-wrapper ol ol {
  list-style: decimal;
  margin-bottom: 0;
  list-style-position: outside;
}

.editor-styles-wrapper nav ul,
.editor-styles-wrapper nav ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editor-styles-wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  /*width: auto;*/
  border-style: none;
}

.editor-styles-wrapper audio,
.editor-styles-wrapper video {
  display: block;
}

.editor-styles-wrapper iframe {
  margin: 0;
  display: block;
}

.editor-styles-wrapper hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 2em 0;
}

.editor-styles-wrapper pre,
.editor-styles-wrapper code {
  font-family: monaco, monospace, courier;
}

.editor-styles-wrapper code {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-size: inherit;
  padding: .1em .2em;
}

.editor-styles-wrapper pre code {
  display: block;
  padding: .5em .8em;
}

.editor-styles-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.editor-styles-wrapper table td,
.editor-styles-wrapper table th {
  border-bottom: 1px solid #eee;
  padding: 7px 13px;
  text-align: left;
}

.editor-styles-wrapper table th {
  font-size: 80%;
  font-weight: normal;
}

.editor-styles-wrapper form {
  width: 100%;
}
