.monofa
{
	width: 1.5em;
	text-align: center;
}

figure * + figcaption {
    padding-top: 0.5em;
	text-align: center;
}

.cover-photo {
	height: 500px;
	object-fit: cover;
}

.post-content > * {
	margin-left: 40px;
	margin-right: 40px;
}

.post-subtitle {
	font-style: italic;
	margin-top: -1rem;
}

body.font-face {
	font-family: 'source_sans_proregular';
    src: url('/assets/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

img.banner-fit {
	max-height: 400px;
	object-fit: contain;
}

img.pad-top {
	padding-top: 40px;
}

.post {
	padding: 20px;
}

.classic-blog .post-content .meta {
	padding-left: 60px;
}

.fig-noresize img{
	width: auto;
	height: auto;
}

.fig-noresize {
	text-align: center;
}

ul {
    list-style: square;
}

.hashover-home-link {
	font-size: smaller;
}

input,
textarea,
.uneditable-input,
.form-inline .form-control,
.navbar-form .form-control {
    width: auto;
}

.classic-blog .post-title {
    font-size: 30px;
	line-height: 110%;
}

/* Widgets for the diff tool */

.btn-diff {
	padding: 5px;
	float: right;
	margin-right: 10px;
	margin-top: 0.5em;
	width: 6em;
}

.select-diff {
	margin-top: 3px;
	margin-bottom: 3px;
}

#diffoutput table {
	line-height: 100%;
	width: 1078px;
}

#diffoutput {
	overflow: scroll;
}

#diffoutput table thead tr th:nth-child(n + 1) {
	width: 3%;
}

#diffoutput table thead tr th:nth-child(n + 2) {
	width: 47%;
}

#diffoutput table thead tr th:nth-child(n + 3) {
	width: 3%;
}

#diffoutput table thead tr th:nth-child(n + 4) {
	width: 47%;
}

/* --------------------------- */

@media (max-width: 767px) {
	.navbar .container, .container {
		padding-right: 5px;
		padding-left: 5px;
	}

	#blog-post .classic-blog .post {
		margin-top: 5px;
	}

	.classic-blog .post-content > *, .grid-blog.col-2 .post-content > *, .grid-blog.col-3 .post-content > *, .grid-blog.col-2.no-sidebar .post-content > *, .grid-blog.col-3.no-sidebar .post-content > * {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.navbar-header {
		padding: 5px;
	}
}

.prewrap {
	white-space: pre-wrap;
	word-break: normal;
}