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: 26pt;
    line-height: 31pt;
    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;
}
#epiceditor-preview h1 {
    color: #cdcdcd;
}
#epiceditor-preview h1 {
    margin-bottom: 9px;
    font-size: 36pt;
}
#epiceditor-preview h2 {
    font-size: 32pt;
    color: #cdd4cd;
}
#epiceditor-preview h3 {
    font-size: 28pt;
    color: #cdd4d4;
}
#epiceditor-preview h4 {
    font-size: 25pt;
    color: #cdcde4;
}
#epiceditor-preview h5 {
    font-size: 22pt;
    color: #eecdee;
}
#epiceditor-preview h6 {
    font-size: 20pt;
    color: #cdeee4;
}
#epiceditor-preview hr {
    margin: 0 0 8px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
#epiceditor-preview blockquote {
    padding: 3px 3px 5px 4px;
    margin-bottom: 7px;
    font-family:georgia,serif;
    font-style: italic;
}
#epiceditor-preview blockquote:before {
    content:"\201C";
    font-size:30pt;
    margin-left:-6px;
    font-family:georgia,serif;
    color:#eee;
}
#epiceditor-preview blockquote p {
    font-size: 21pt;
    font-weight: 300;
    line-height: 30pt;
    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: 30pt;
    -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: 26pt;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
}
#epiceditor-preview pre code {
    background-color: #000;
    color:#ccc;
    font-size: 24pt;
    padding: 0;
}
