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

p{
    display: inline-block;
}

.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    padding: 13px;
    color: #FFFFFF;
    font-size: 15px;
    z-index: 9999999999999999999999999;
    text-align: center;
    padding-right: 43px;
}

.ce-banner a
{
   color: #ffffff !important;
   font-weight: 500;
}

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

.ce-disable{
    background-color: #aaa;
}

.ce-accept:hover,
.ce-dismiss:hover,
.ce-disable:hover{
    background-color: #666;
    color: white;
}

.ce-accept{
    background-color: #48ea6b;
    color: #111;
}

.ce-dismiss{
    position: absolute;
    background-color: transparent !important;
    background-image: url('http://we-hate.it/new-wehate/image/X.png');
    width: 29px;
    height: 29px;
    margin-top: -3px;
}

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

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

iframe{
    width: 100%;
}