.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    padding: 1em;
    color: whitesmoke;
    font-size: 1em;
    z-index:1000;
    box-shadow: 0 0 5px #b6edff;
}

.ce-banner p{
    font-size: 13px;
    text-align: justify;
    margin:0;
}

.ce-dismiss{
    position: absolute;

    font-size: .8em;

    right: 1em;
    top: 1em;

    background-color: #ccc;
    color: #333;
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #eee;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

iframe{
    width: 100%;
}