/* custom CSS to fix code tag shenanigans */
code {
	font-style: inherit;
	white-space: pre;
}

.hljs {
	overflow-x: auto;
	background: transparent;
}

/* fix lists having the wrong font size */
.single-post-text ul > li {
	font-size: 13px;
}

.aligncenter {
	display: table !important;
}

.small-note-text > p {
	font-size: 10px !important;
}