body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        max-width: 600px;
}
pre,
code {
        font-family: Menlo, monospace;
        font-size: 14px;
}
pre {
        line-height: 18px;
}
pre .linenumber {
        color: #999;
}
pre .comment {
        color: #375EAB;
}
body {
        color: #222;
}
a {
        color: #375EAB;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
p,
pre,
ul,
ol {
        margin: 20px;
}
pre {
        background: #e9e9e9;
        padding: 10px;

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

h1,
h2,
h3,
h4 {
        margin: 20px 0;
        padding: 0;
        color: #375EAB;
        font-weight: bold;
}
h1 {
        font-size: 20px;
        background: #E0EBF5;
        padding: 2px 5px;
        /* text-transform: capitalize; */
}
h1.title {
        font-size: 24px;
        background: none;
}
h2 {
        font-size: 20px;
        background: #E0EBF5;
        padding: 2px 5px;
}
h3 {
        font-size: 20px;
}
h3,
h4 {
        margin: 20px 5px;
}
h4 {
        font-size: 16px;
}
dl {
        margin: 20px;
}
dd {
        margin: 2px 20px;
}
dl,
dd {
        font-size: 14px;
}
h2.author {
        font-size: 14px;
        background: none;
}
h3.date {
        font-size: 14px;
}
