@charset "UTF-8";

.ck-editor__editable {
    min-height: 300px !important;
    height: auto !important;
}

.ck-editor__nested-editable{
	min-height: 100px !important;
}

.ck-editor__nested-editable span{
	font-size: 10px;
}

.ck-editor__editable p{
    font-size: 15px;
}

figure img{
	width: 100%;
	height: 100%;
}

figure.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}

figure.image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

figure.image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

figure.image {
    position: relative;
} 