/*! 
 * medium-editor-insert-plugin v0.3.1 - jQuery insert plugin for MediumEditor
 *
 * https://github.com/orthes/medium-editor-insert-plugin
 * 
 * Copyright (c) 2014 Pavel Linkesch (http://linkesch.sk)
 * Released under the MIT license
 */

.postInsert {
    margin: -1em 0; }
.postInsert figure {
    margin: 0;
    display: inline-block; }
.postInsert img {
    max-width: 100%; }
.postInsert .postInsert-embeds {
    text-align: center;
    padding: 15px 0; }
.postInsert .postInsert-embeds iframe {
    margin: 0px auto !important; }
.postInsert .postInsert-embeds div {
    margin: 0px auto !important; }
.postInsert .postInsert-images {
    margin-right: 10px;
    width: 20%; }
.postInsert .postInsert-images img {
    margin-top: 1em;
    margin-bottom: 10px;
    vertical-align: top; }
.postInsert .postInsert-images:first-child {
    margin-right: 0;
    width: 100%; }
.postInsert .postInsert-images:first-child:after {
    content: "\a";
    white-space: pre; }
.postInsert .postInsert-maps {
    padding: 10px;
    background: #ccc; }
.postInsert table.postInsert-table {
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    width: 90%;
    margin: 30px auto; }
.postInsert table.postInsert-table td {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 12px; }
.postInsert.small {
    max-width: 33.33%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px; }
.postInsert.postInsert-first {
    margin-top: 0; }

.editable{
    background: rgb(255,255,255);
}

.postInsert-imageText i, .postInsert-imageRemoveText i{
    font-size: 17px;
    font-weight: bold;
    margin-top: 7px;
    color: #FFFFFF;
    
}
