.page-break {
    display: block;
    page-break-before: always;
}

div.mce-floatpanel table.mce-colorbutton-grid td div {
    width: 15px !important;
    height: 15px !important;
}

body {
    font-family: Arial, Verdana, Helvetica;
    margin: 0em;
    padding: 0em;
}

p {
    margin: 0em;
    padding: 0em;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.group:before {
  content: "";
  display: table;
  clear: both;
}

div.set_text_container {
    margin: 1em 0em 2em 0em;
}

div#text_header {
    line-height: 2em;
    cursor: pointer;
    padding: 1em;
    margin-bottom: 2em;
}

div#text_header:hover {
    background: #eee;
}

div#text_footer {
    cursor: pointer;
    padding: 1em;
}

div#text_footer:hover {
    background: #eee;
}

img.photo {
    margin-bottom: 0.3em; border: 1px solid #eee; padding: 3px; width: 100%;
}

div.cell {
    font-size: 11pt;
    width: 30%;
    overflow: hidden;
    padding-bottom: 2em;
    float: left;
    margin-right: 1em;
    color: #444;
    word-wrap: break-word;
}

div.cell_info:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.no_border {
    border-width: 0px !important;
    margin-right: 0px;
}

div.name {
    font-weight: 700;
    margin-bottom: 0.2em;
    color: #000;
}

h1 {
    margin: 0em 0em 1em 0em;
}

.footnote {
    font-size: 0.8em;
    color: #777;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen {

    body {
        background: #eee;
    }


    div.page {
        background: #fff;
        padding: 80px;
        min-height: 800px;
        width: 700px;
        border: 1px solid #aaa;
        margin: 10px auto 20px auto;
        box-shadow: 5px 5px 5px #ccc;
    }

    div#header {
        width: 100%;
        height: 3em;
        background: #777;
        border-bottom: 1px solid #333;
        margin-bottom: 2em;
        color: #fff;
        line-height: 3em;
        text-align: right;
        padding-right: 2em;
    }

    div#header a {
        color: #fff;
    }

    div#header a:hover {
        color: #fff;
        text-decoration: none;
    }

}

@media print
{
    .no_print
    {
        display: none !important;
    }

    div.group {
        page-break-inside: avoid;
        margin-left: 3.2em;
    }

    div#text_header {
        margin-top: 1em;
    }

    /* Prevent appcues from showing iframes on top of screen when in print mode on MS Edge browser */
    @supports (-ms-ime-align: auto) {

        iframe {
            display: none !important;
        }

    }

}
