﻿/* CSS specific to edit mode, such as help content displayed to the editor */

/*Block Preview*/
.alert-info {
    border-color: #B8C0C5;
    color: black;
    font-family: Verdana;
    font-size: 1em;
    font-style: italic;
    background-color: #B8C0C5;
    shadow: 5px #000;
    box-shadow: 3px 3px 5px #CCC;
    background-image: url(/Site/InterCall/Static/img/intermediatebgPattern.png);
    text-align: center;
}

.border {
    background-color: #f2f2f2;
}

.header.dim {
    margin: 2% 0;
    opacity: 0.3;
}

/* Edit container style */
.epi-editContainer {
    min-height: 1.1em;
    min-width: 1.6em;
}
