div.page-header h1
{
	width: 740px;
	font: 45px times new roman;
	text-align: left;
	line-height: 45px;	
	margin-left: 40px;
	background: #fff;	
	border-right: 35px solid #fff;
	border-left: 35px solid #fff;	
}
div.page-header h3
{
	width: 740px;
	text-align: left;
	font: 20px times new roman;
	line-height: 45px;	
	margin-left: 40px;
	background: #fff;	
	border-right: 35px solid #fff;
	border-left: 35px solid #fff;	
}

section.content
{
	width: 740px;
	font: 22px times new roman;	
	text-align: justify;
	line-height: 30px;
	margin-left: 40px;
	background: #fff;
	border-right: 23px solid #fff;
	border-left: 23px solid #fff;
}

section.content.wide
{
	width: 100%;
}

.article-window{
	box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
	padding:1em;
	font: 16px times new roman;
}

.growable{   
	flex-grow: 1;
	width: 45%;
	margin-right: 5%;
}

#article-wrapper{
	display:flex;
	justify-content:center;
}

#article-wrapper img{
	height:auto !important;
	margin: 1em !important;
	max-width: 90%;
}

#article-select{
	display:flex;
	justify-content:center;
	margin-bottom: 2em;
}

#article-select select{
	margin-left: 2em;
	margin-right: 2em;
}

.article-header{
	margin-bottom:0.5em;
	font-size:0.9em;
}

.article-select{
	font-size: 0.85em;
	margin-bottom: 1em;
}

.article-hide{
	display:none;
}

.ck-editor__editable {
    min-height: 400px;
    max-height: 400px;
}