
.w2t-banner{
    font-size: .8em !important;
    position: fixed; z-index:99;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(0,0,0,0.7); 
    padding: 1em;
    color: #fff;
    font-size: 1em;
}
.w2t-banner a{color:#E9D781;}
.w2t-accept, .w2t-dismiss, .w2t-disable{
    display:inline-block;margin:0 0 0 0;padding:5px 15px 5px 15px;background:#bf0000 !important;color:#fff;text-transform:uppercase;font-family: 'Open Sans', 'sans-serif';font-weight:800; font-size:11px;line-height:24px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; border:0px; cursor:pointer; color:#fff !important;
}

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

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


.w2t-dismiss{
    position: absolute;
    font-size: .8em;
    right: 1em;
    top: 1em;
    background-color: #ccc;
    color: #333;
}

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

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

iframe{
    width: 100%;
}