.editor h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 15px 10px 0
}

	.editor h2.first_heading {
		color: #2dce3a;
		font-family: 'PT Sans Narrow';
		font-size: 30px;
		line-height: 30px;
		/* margin-top: 48px; */
	}

.editor h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0
}

.editor h4 {
	color: #2dce3a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0
}

.editor em {
	font-style: italic;
}

.editor,
.editor p,
.editor div{
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0 0px 0px;
	position: relative;
	text-align: justify;
}

.editor ul,
.editor ol {
	font-size: 14px;
	line-height: 1.3em;
	list-style-type: disc;
	margin: 10px 0 10px 15px;
}

.editor ol {
	list-style-type: decimal;
}

.editor a,
.editor ul li a,
.editor ol li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}

.editor a:hover,
.editor ul li a:hover,
.editor ol li a:hover {
	color: #2dce3a;
	text-decoration: underline;
}

.editor table.nowrap th,
.editor table.nowrap td {
	white-space: nowrap;
}

/* bloky */
.editor.float_p p {
	margin-top: -7px;
}

.editor.float_p_l p {
	float: left;
	width: 330px;
}

.editor .href_left {
	display: block;
	float: left;
	margin-right: 15px;	
	margin-bottom: 1px;	
	position: relative;
	width: 300px;
	z-index: 100;
}


.editor .image_left {
	border-radius: 3px;
}

.editor .href_right {
	display: inline-block;
	float: right;
	margin-left: 10px;	
	margin-bottom: 1px;	
	position: relative;
	width: 300px;
	z-index: 100;
}

.editor .image_right {
	border-radius: 3px;
	float: right;
	margin-left: 15px;	
	margin-bottom: 1px;	
}

.editor .c_image_wide {
	background-color: #222222;
	margin: 10px 0 10px 0;
	padding: 5px;
}

.editor .image_wide {
	border-radius: 3px;
	margin: 0px 0 10px 0;
	width: 640px;
}

.editor .image_text {
	font-style: italic;
	margin: 0;
	text-align: center;
}

.editor .only_text {
	margin: 10px 0 10px 0;
}

.editor .citation p {
	background-color: #222222;
	color: #2dce3a;
	font-family: 'PT Sans Narrow';
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 23px;
	margin: 10px 0 10px 0;
	padding: 10px 40px 10px 40px;
}
	
	.editor .citation p a {
		color: #2dce3a;
		font-size: 22px;
		text-decoration: underline;
	}

.editor .video {
	background-color: #222222;
	margin: 10px 0 10px 0;
	padding: 5px;
}

.gallery {
	text-align: left;
}

.gallery .no_right_margin {
	margin-right: 0;
}

.gallery_thumb {
	border: 5px solid #222121; 
	border-radius: 3px;
	margin: 3px 6px 3px 0px; 
	box-shadow: 2px 2px 3px #080808;
}

	.gallery_thumb:hover {
		border: 5px solid #2dce3a; 
	}
	
.save_block {
	background-color: #e9e9e9;
	border: 1px #2dce3a solid;
	display: none;
	float: right;
	font-size: 11px;
}