.highlighttable { 
    width: 100%;
    table-layout: fixed;
    background: #f5f5f5;
    margin-bottom: 18px;
}

.highlighttable code {
	font-family: 'Source Code Pro', monospace;
}

code, .code, .code pre {
	font-family: 'Source Code Pro', monospace;
}

.linenos {
    width: 40px;
    text-align: right;
}

.linenos pre, .highlight .ln {
	color: #a5a5a5;
    padding-right: 10px;
	font-family: 'Source Code Pro', monospace;
}

.highlighttable pre {
    overflow: hidden;
    margin-bottom: 0;
}

.scrollable .highlighttable {
    width: auto;
}

.scrollable {
    overflow-x: auto;
    margin-bottom: 13px;
}

.highlight {
	background: #f5f5f5;
	margin-bottom: 18px;
}

.highlighttable .highlight {
	margin-bottom: 0px;
}

.highlight pre {
	padding: 10px;
}

.highlight code {
	font-family: 'Source Code Pro', monospace;
}

.s-article h3 {
	margin-top: 32px;
    overflow-y: hidden;
    overflow-x: auto;
}

.s-article.s .c pre {
    margin-bottom: 0px;
    margin-top: 0px;
}

figure h4 {
    font-family:Lora,serif;
    font-weight: bold;
    font-size: 16px;
}

.highlight .s {
    padding-bottom: 0px;
}