.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dedede;
    padding: 1em;
    color: #232323;
    font-size: 1em;
    text-align: center;
}

.ce-banner p{
    margin:0;
}

.ce-banner a{
    color: inherit;
}

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

a.ce-accept{
    background-color:black;
    color:white;
}
