* {
	font-size: 13px;

	font-family: 'arial';
	line-height: 1.5;

	/* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	/* word-wrap: break-word; */
	/* -ms-word-break: break-word; */
		/* This is the dangerous one in WebKit, as it breaks things wherever */
	/* word-break: break-all; */
		/* Instead use this non-standard one: */
	/* word-break: break-word; */
}

a {
	color: #cc0000;
	text-decoration: none;
}

.tinymce p,
p {
	display: block;
	margin-block-start: 8px;
	margin-block-end: 8px;
}

p, .mainUpline, .homeGrid_upline, .homeGrid_upline_red, figcaption, .imageCaption {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

	hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
}

ul {
	padding: 0px 0px 0px 40px;
}


h1 {
	font-size: 26px;
	display: block;
	margin: 0px 0px 6px;
	color: #333;
	line-height: 1.25;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 4px;
	color: #333;
	line-height: 1.25;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 2px;
	color: #333;
	line-height: 1.25;
}

#tinymce {
	margin: 6px;
	padding: 0px;
	line-height: 1.5;
}

#leftContent_entry {
	line-height: 1.5;
}

.tox-tinymce {
	border: 0px !important;
	border-radius: 0px !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header{
	box-shadow: none !important;
	border-bottom: 1px solid #cc0000 !important;
}

ol, ul {
	padding: 0px 0px 0px 30px;
}


figure {
	display: block;
	unicode-bidi: isolate;
	margin: 6px 0px 0px;
}

figure img {
	width: 100%;
	display: block;
}

.image_feature {
	margin: 0px 0px 6px;
}

#backend_imageCaption,
.imageCaption {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

#backend_imageCaption,
#backend_imageSource {
	outline: none;
	background: #f0f0f0;
	border-bottom: 1px solid #333;
}

#backend_imageSource,
.imageCaption_source {
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px;
	display: flex;
	justify-content: flex-end;
}

.imageCaption_source {
	text-align: right;
}

.cjs_editorImage_container {
	width: 100%;
	margin: 5px auto 8px;
}

.cjs_editorImage_container img {
	cursor: pointer;
}

.editor_floatLeft {
	float: inline-start;
	margin-right: 20px;
}
.editor_floatRight {
	float: inline-end;
	margin-left: 20px;
}

.infobox {
	position: relative;
	padding: 10px;
	background: #ccc;
}

.infobox h2:first-child {
	margin: 0px 0px 4px;
}

.add_element {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #333;
	color: #fff;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#add_element_top {
	top: -10px;
}
#add_element_bottom {
	bottom: -10px;
}