h2 {
	margin-top: 2.5em !important;
}

h3 {
	margin-top: 2.25em !important;
}

h4 {
	margin-top: 2em !important;
}

h5 {
	margin-top: 1.75em !important;
}

h2::before {
	content: "> ";
	color: #999;
}

h3::before {
	content: ">> ";
	color: #999;
}

h4::before {
	content: ">>> ";
	color: #999;
}

h5::before {
	content: ">>>> ";
	color: #999;
}

.post-content > div > p {
	margin-left: 5px;
}
