.center-image {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tinymce-decoded-data,
.showcase-image-decoded-data {
    position: absolute;
    border: 1px solid black;
    padding: .5em;
    background-color: white;
    font-family: 'Roboto Condensed', Calibri, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    max-height: 30em;
    overflow: auto;
}

.tinymce-decoded-data {
    width: calc(100% - 8em);
    right: 4em;
}

.tinymce-show-data,
.showcase-image-show-data {
    cursor: zoom-in;
    min-width: 3em;
}

.tinymce-show-data.pinned,
.showcase-image-show-data.pinned {
    cursor: zoom-out;
}

.blog-heading {
    position: relative;
    display: block;
    background-color: #edfaf3;
    border-radius: 10px;
    padding: 40px 40px;
    margin: 20px 0px 20px 0px;
    border-left: 3px solid #2dbe6c;
    font-style: oblique;
    color: #2dbe6c;
    font-weight: 500;
}