html { padding:0 10px; }

body {
  margin:0;
  padding:4px 0;
  background:#000;
}

#epiceditor-preview h1,
#epiceditor-preview h2,
#epiceditor-preview h3,
#epiceditor-preview h4,
#epiceditor-preview h5,
#epiceditor-preview h6,
#epiceditor-preview p,
#epiceditor-preview blockquote {
    margin: 0;
    padding: 0;
}
#epiceditor-preview {
    background:#000;
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
    font-size: 26px;
    line-height: 33px;
    color: #ccc;
}
#epiceditor-preview a {
    color: #fff;
}
#epiceditor-preview a:hover {
    color: #00ff00;
    text-decoration: none;
}
#epiceditor-preview a img {
    border: none;
}
#epiceditor-preview p {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 34px;
    color: #eeeeee;
  }
#epiceditor-preview h1 {
    color: #bebcc6;
    margin-bottom: 9px;
    font-size: 58px;
    line-height: 66px;
}
#epiceditor-preview h2 {
    font-size: 46px;
    line-height: 52px;
    color: #b0c6ce;
    margin-left: 6px;
}
#epiceditor-preview h3 {
    font-size: 34px;
    line-height: 40px;
    color: #b6c0cd;
    margin-left: 10px;
}
#epiceditor-preview h4 {
    font-size: 30px;
    line-height: 35px;
    margin-left: 13px;
    color: #c0c0d6;
}
#epiceditor-preview h5 {
    font-size: 27px;
    line-height: 31px;
    margin-left: 16px;
    color: #c0c0d6;
}
#epiceditor-preview h6 {
    font-size: 24px;
    line-height: 28px;
    margin-left: 19px;
    color: #c0c0d6;
}
#epiceditor-preview hr {
    margin: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
#epiceditor-preview blockquote {
    padding: 6px 6px 11px 7px;
    margin-bottom: 9px;
    font-family:georgia,serif;
    font-style: italic;
}
#epiceditor-preview blockquote:before {
    content:"\201C";
    font-size:44px;
    margin-left:-6px;
    font-family:georgia,serif;
    color:#eee;
}
#epiceditor-preview blockquote p {
    font-size: 32px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 0;
    font-style: italic;
}
#epiceditor-preview code, #epiceditor-preview pre {
    font-family: Monaco, Andale Mono, Courier New, monospace;
}
#epiceditor-preview code {
    background-color: #000;
    color: #f92672;
    padding: 1px 2px;
    font-size: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#epiceditor-preview pre {
    display: block;
    padding: 8px;
    color:#66d9ef;
    margin: 0 0 9px;
    line-height: 22px;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
}
#epiceditor-preview pre code {
    background-color: #000;
    color:#ccc;
    font-size: 22px;
    padding: 0;
}
