body {
    background-color: #262727;
}

footer.compendium-footer {
    background-color: #262727;
    text-align: right;
    padding: 1.5em 4em;
}

header.compendium-header {
    background-color: #ffffff;
    padding: .5em 5em;
    border-bottom: lightgrey solid 1px;
    font-size: .9em;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.compendium-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.embed-alerts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.embed-alert {
    position: relative;
    background-color: #FCF7B6;
    color: #5b5b5b;
    padding: 0.4em 2em 0.4em 0.6em;
    font-size: 0.8em;
    border-bottom: #d3d3d3 1px solid;
}

.embed-alert .embed-alert-dismiss {
    position: absolute;
    top: 0.4em;
    right: 0.6em;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0.6em;
}
