/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */


.is-style-perex-left,
.is-style-perex-left-bottom,
.is-style-figure-left {
	background-color: #e6e6e6;
}

.is-style-perex-left-bottom {
    position: relative;
    padding-top: 30px;
}
.is-style-perex-left-bottom:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #000;
}