body {
	font-size: 73%;
	line-height:1.5em;
}

body.editor_only {
	color:#ffffff;
	font-size:13px;
	line-height:1.4em;
	background: #20337F;
}
body.editor_only, html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family:verdana;
}
button, input, select, textarea {
	color: #000;
}


body.editor_only .library_folder, body.editor_only .gallery_folder {
	background: #66669a;
	border: 1px solid silver;
	clear: both;
	color: #fff;
}

#cke_contents_content {
}

.content a, body.editor_only a {
	color: #09a8df;
}
.content a:hover, body.editor_only a:hover {
	color: #6edaff;
}


h1,h2,h3,h4,h5 {
	line-height:1.5em;
	margin:5px 0;
	font-weight: normal;
}
h1:first-child {
	margin: 0 0 10px 0;
}
h2:first-child,h3:first-child {
	margin: 0 0 5px 0;
}

h1 {
	margin: 5px 0 10px 0;
	font-size:28px;
}

h2 {
	font-size:19px;
}

h3 {
	font-family:georgia;
	font-size:15px;
}

h4,h5,h6 {
	font-weight: bold;
}

p {
	margin: 1em 0;
}

table.datatable {
	background:#eee;
	margin-bottom:1em;
	border:1px solid #aaa;
}

table.datatable th, table.datatable  td {
	padding:4px;
	margin:0;
}

table.datatable th {
	background:#ddd;
	text-align:center;
	font-weight:bold;
}

table.datatable tr:hover td {
	background:#ffd;
}

*.img_float_left {
	float: left;
}
*.img_float_right {
	float: right;
}

*.img_float_left, *.img_float_right, .content *.img_float_left, .content *.img_float_right {
	max-width: 48%;
	height: auto !important;
}
	*.img_float_left, body.editor_only img[style*="left"] {
		margin:0 2% 5px 0;
		clear: left;
	}
	
	*.img_float_right, body.editor_only img[style*="right"] {
		margin:0 0 5px 2%;
		clear: right;
	}
	*.img-center {
		margin: 0 auto;
		clear: both;
	}
	.img_float_left img, .img_float_right img, .img-center img {
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
hr {
	clear: both;
	height: 2px;
	border: 0;
	background: #fff;
	margin: 15px 0;
	display: block;
}

ul.unstyled, .unstyled li, dl.unstyled, .unstyled dd, .unstyled dt {
	list-style: none;
	padding: 0;
	margin: 0;
}

.unstyled dd:after {
content:", ";
}

.unstyled dd:last-child:after {
content:"";
}

*.inline {
	display: inline;
}

time {
	display: inline;
}

.clear {
	clear:both;
}	