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

p{
    margin-bottom: 1em;
}

.ce-banner{
    position: fixed;
    border-radius: 10px;
   top: 20px;
    left:10px;
    right: ;
    background-color: #000000;
    
    opacity: 0.9;
    padding: 1em;
    color: #ffffff;
    font-size: 1em;
}

.ce-accept-all, .ce-accept-needed, .ce-dismiss, .ce-disable{
    background-color: #333;
    color: Black;
    text-decoration: none;
    padding: .2em 1em;
    display: inline-block;
    margin: 0 .2em;
}

.ce-disable{
    border-radius: 5px;
    background-color: red;
   
    

    
    
}

.ce-accept-all:hover,
.ce-accept-needed:hover,
.ce-dismiss:hover,
.ce-disable:hover{
    background-color: #aaa;
    color: black;
}

.ce-accept-all{
    border-radius: 5px;
    background-color: yellow;
    
}
.ce-accept-needed{
    border-radius: 5px;
    background-color: #48ea6b;
    
}

.ce-dismiss{
   border-radius: 5px;
    background-color: yellow;
}

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

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

iframe{
    width: 100%;
}