/* Native replacement for the Easy-TOC plugin box (grey theme the live site used). */
.imt-toc {
	display: inline-block;
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 12px 16px;
	margin-bottom: 1em;
	font-size: 95%;
	max-width: 100%;
}
.imt-toc-title { font-weight: 600; margin: 0 0 8px; }
.imt-toc nav ul { list-style: none; margin: 0; padding: 0; counter-reset: imt-toc; }
.imt-toc nav li { margin: 4px 0; counter-increment: imt-toc; }
.imt-toc nav li::before { content: counter(imt-toc) ". "; color: #666; }
.imt-toc nav a { text-decoration: none; }
.imt-toc nav a:hover { text-decoration: underline; }

/* Author avatar in entry meta (Simple Author Box plugin CSS isn't carried over). */
.entry-meta .author-avatar img.avatar { border-radius: 50%; vertical-align: middle; margin-right: 6px; }
