p {
	padding: 0;
	margin: 0.7em 0;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    margin: 2em 0 0.5em 0;
    padding: 0;
}
h1 {
    font-size: 2em;
	margin-top: 1.1em;
}
h2 {
    font-size: 1.8em;
    margin-top: 1.1em;
}
h3 {
    font-size: 1.6em;
	margin-top: 1.1em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
ul, ol {
    margin: 0;
}
li {
    line-height: 1.5;
}
li ul, li ul {
    padding-inline-start: 20px;
}
pre {
    padding: 12px 1em;
    max-width: 800px;
    overflow: auto;
    white-space: pre;
	background-color: #222;
	border: 1px #333 solid;
	border-radius: 4px;
}

code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.5;
    font-size: 13px;
	padding: 2px 4px;
    font-size: 0.9em;
    color: #ffeeee;
    background-color: #333;
    border-radius: 4px;
}

pre code{
    display: block;
	padding: 0;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}
aside {
    display: block;
    float: right;
    width: 390px;
}
blockquote {
    border-left:.3em solid #eee;
    padding: 0 2em;
    margin-left:0;
}
blockquote  cite {
    font-size:0.8em;
    line-height: 0.9;
    color:#bfbfbf;
}
blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote p {  
    color: #aaa;
}

table tr:first-child td:first-child{
	border-top-left-radius: 4px;
}

table tr:first-child td:last-child{
	border-top-right-radius: 4px;
}

table tr:last-child td:first-child{
	border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child{
	border-bottom-right-radius: 4px;
}

td{
	padding: 5px 8px;
}

table > tbody > tr:nth-child(even) > td{
	background-color: #202020;
}

table > tbody > tr:nth-child(odd) > td{
	background-color: #252525;
}

img{
	max-width: 100%;
}