 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    margin-bottom: 1em;
}

.ce-banner{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dedede;
    padding: 1em;
    color: #232323;
    font-size: 1em;
    margin-bottom: 70px;
}



.ce-accept, .ce-dismiss, .ce-disable{
    text-decoration: none;
    
    display: inline-block;
    margin: 0 .5em;
}
.ce-dismiss, .ce-accept {
    padding: .6em 1em;
}
.ce-disable{
    background-color: #aaa;
}
.ce-accept {
	font-weight: bold;
}

.ce-dismiss, .ce-accept{
    float: right;

    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%;
}