==========================================================
/*	CUSTOM CSS STYLES
==========================================================

/* Insert your own styles in here! */

/* ================= FORMS ================= */


/* ================= LAYOUT ================= */

.meta li.pdf a:before {
	content: "\f4c4";
}

.meta li.pdf a:after {
	content: "PDF";
	margin-left: 4px;
}

.classic-blog h2.post-title {
	font-size: 22px;
	line-height: 24px;
}

.mono {
	font-family: 'Courier New', Courier, monospace;
	word-break: break-all;
}

.footer-bottom a:hover {
	color: #cde1f2;
}

.modal-body>.post {
	border: none;
}

.icon i.icn.xl {
	font-size: 100px;
}

figure figcaption p {
	font-size: 18px;
	line-height: 150%;
}

.accordion > dt {
	background-color: black;
	margin-bottom: 10px;
	padding: 5px 5px;
	width: 120px;
	color: white;
	  toggle: show;
	}
	.accordion > dd {
	  margin-bottom: 10px;
	  toggle-visibility: toggle show;
	}