.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1em;
    color: #000;
    font-size: 1em;
	z-index:999999;
	 -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}



.ce-accept, .ce-dismiss, .ce-disable{
    background-color: #303865;
    color: #fff;
    text-decoration: none;
    padding: 0.2em 1em;
    display: inline-block;
    margin: 0 .3em;
	border-radius: 150px;
}

.ce-disable{
    background-color: #303865;
    color: #fff;
}

.ce-accept:hover,
.ce-disable:hover{
    background-color: #E98459;
    color: white;
}


.ce-dismiss:hover
{
   
    color: #E98459;
}

.ce-accept{
    background-color: #303865;
    color: #fff;
}

.ce-dismiss{
    /*position: absolute; 
    right: 1em;
    top: 1em;*/
    background:none;
    color: #333;
	border-radius: 50%;
	padding:4px 10px;
	font-size:1.8em;
	margin:0px;
	
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #eee;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

iframe{
    width: 100%;
}