body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	width: 100% !important;
	height: 100% !important;
	background: #f6f6f6;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 30px;
	margin: 0;
	color: #444;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 34px;
}
h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
br {
	font-size: 16px;
}
a {
	color: #222;
	font-weight: 600;
}
a:hover, a:focus {
	text-decoration: underline;
	font-weight: 600;
	color: #526cbb;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 150px;
	text-align: center;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b4da8+0,4977c2+100 */
	background: rgba(0, 0, 0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0, 0, 0) 0%, rgba(0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0) 0%, rgba(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0) 0%, rrgba(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#3399ff', GradientType=1 ); /* IE6-9 */
	margin: 0 auto;
	margin-bottom: 10px;
	border: 0;
}
/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #222;
	border-radius: 0px;
	padding: 10px 0;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #aaa;
}
.navbar-custom .nav li a {
	margin: 0 20px;
	letter-spacing: 1px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #fff;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #fff;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: #fff;
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.btn-default {
	color: rgba(255,255,255,0.8);
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.5);
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-primary {
	color: #222;
	background-color: transparent;
	padding: 12px 20px;
	border: 2px solid #222;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	margin-left: 25%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-primary i.fa {
	margin-right: 10px;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Home Section */
.section-title.center {
	text-align: center;
	line-height: 150%;
}
/* Article Section */
#article {
	padding: 125px 0;
	background: #f6f6f6;
	vertical-align: center 0;
}
#article .article-text {
}
#article img {
	margin-top: 25px;
	margin-bottom: 25px;
	align-content: center;
}
#article p {
	margin-top: 10px;
	margin-bottom: 15px;
}
#article .article_header_img {
	display: block;
	max-width: 360px;
	max-height: 360px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#article .wide_article_header_img {
	display: block;
	max-width: 580px;
	max-height: 360px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.return{
	padding: 5px;
}
.space{
	margin-right: 20px;
	margin-top: 20%;
}
pre {
    border: 3px solid #ddd;
    page-break-inside: avoid;
    font-size: 12px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.inline_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}
div.tab {
	font-size: 15px;
	margin-left: 40px;
}


