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

.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;

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


/*/Override dello stile base*/
.ce-banner{
    z-index: 1000;
}
.banner-cookie{
    background: #040711;
   width: 100%;
   color: #88a6b4;
   position: fixed;
   bottom: 0px;
   left: 0;
   padding: 1.5em;
   font-size: 1.0em;
   line-height: 1.8em;
}

.banner-cookie .ce-accept{
  color:aliceblue;
  font-weight: bold;
  border-radius: 5px;
  background: none;
  border:3px solid #20619b;
  text-decoration: none;
  height: 60px;
  line-height:50px;
  width: 60%;
  font-size: 80%;
}
.ce-accept, .ce-dismiss, .ce-disable{
    padding-top:0em;
}
.banner-cookie .ce-accept:hover{
  color:#16425B;
  background:aliceblue;
  border-color: #d0e2f1;
}

@media only screen and (max-width : 480px) {
.banner-cookie{
    font-size:.7em !important;
}
.banner-cookie .ce-accept{
    border:0 !important;
    font-size:1em;
}
div.l90{
    clear: both !important;
    float: initial !important;
}
div.r10{
    width: 100% !important;
}
}
