/*The styles here are specific to the Discourse markdown content */
/* For general templating styles use site.css */

.bp3-heading {
	font-weight: normal;
	margin-top: 60px;
}

.markdown_viewer h1,
.markdown_viewer h2,
.markdown_viewer h3,
.markdown_viewer h4 {
	line-height: 30px;
	font-weight: normal;
	color: #333;
	margin-top: 2rem;
}

.markdown_viewer img {
	margin: 20px 0;
	max-width: 690px !important;
}

blockquote {
	background-color: #efefef;
	border-left: solid 5px #3B71CA;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px;
	margin: 25px 0;
}

@media (max-width: 780px) {
	.markdown_viewer img {
		width: 90%;
		height: auto;
	}
}
