/* 
 * Определение стилей, которыe добавляются редактором ckeditor_h2
 * часть стилей используется из bootstrap css
 */
 .ckeditor {
	margin: 0 0 40px 0;
 }
 
/* стиль для области редактирования в админке */
body.ckeditor {
	padding: 20px;
	margin: 0;
}
/* END для админки */


h2.ckeditor_h2,
h3.ckeditor_h3,
h4.ckeditor_h4,
h5.ckeditor_h5,
.ckeditor h2,
.ckeditor h3,
.ckeditor h4,
.ckeditor h5 {
	color: #004d40;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
	padding: 0;
	margin: 10px 0;
}
h2.ckeditor_h2,
.ckeditor h2{
	font-size: 19px;
}
h3.ckeditor_h3,
.ckeditor h3{
	font-size: 18px;
}
h4.ckeditor_h4,
.ckeditor h4{
	font-size: 17px;
}
h5.ckeditor_h5,
.ckeditor h5 {
	font-size: 16px;
}

p.ckeditor_p,
.ckeditor p{
	padding: 5px 0;
}

div.ckeditor_div {
	padding: 10px 0;
}
.ckeditor div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ckeditor blockquote {
	color: #90a4ae;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
	font-size: 14px;
	padding: 10px;
	margin: 0 0 5px 10px;
	background: rgba(255, 255, 255, 0.3);
	border: none;
}

.ckeditor a {
	text-decoration: underline;
	color: #78909c;
	-webkit-transition: color 0.5s ease;
	   -moz-transition: color 0.5s ease;
	     -o-transition: color 0.5s ease;
            transition: color 0.5s ease;
}
.ckeditor a:hover,
.ckeditor a:active,
.ckeditor a:focus {
	text-decoration: underline;
	color: #455a64;
}

.ckeditor ul, 
.ckeditor ol {
    margin: 10px 0 10px 0;
    padding: 0 0 0 20px;
}

.ckeditor ul li {
	margin: 0;
    padding: 0;
	list-style-type: disc;
}