.container.page {
	margin-top: 2em;
}

.container.page h1, .container.page .submenu h2 {
	font-size: 28px;
	color: #f47a20;	
	margin-bottom: 1em;
}

.container.page h3 {
	font-size: 22px;
	color: #f47a20;	
	margin-bottom: 0.5em;	
}

.container.page .submenu h2 a {
	color: inherit;
}
.container.page .submenu a:hover {
	color: #f00;
	text-decoration: none;
}

.container.page .submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.container.page .submenu ul li {
	margin: 0.5em 0;
	color: #6B6B6B;	
}
.container.page .submenu ul li a {
	color: inherit;	
}

.image-library-sub-menu-category {
	margin: 0.2em 0;
	color: #6B6B6B;
}
.image-library-sub-menu-category a {
	color: inherit;
}
/* This might be a bit too generic */
.col-md-9 img.pull-right {
	margin: 0 0 2em 2em;
}

form.in-page-form {
	margin-top: 2em;	

}
form.in-page-form h2 {
	font-size: 20px;
	color: #6B6B6B;
	margin-bottom: 1em;
}

.extra_content {
	margin-top: 2em;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

.container.page .extra_content h3 {
	margin-top: 0.5em;
	font-size: 14px;
}
.extra_content h3 a {
	color: #f04e37;
}
.extra_content h3 a:hover {
	color: black;
	text-decoration: none;
}
.extra_content h3 span {
	color: #aaa;
	font-weight: normal;
}

.extra_content .media {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}
.extra_content .media-left {
	padding-right: 20px;
}