#soJS-div-cookie{
    position: fixed; z-index:9999;  left: 0;  bottom: 0;  width: 100%; background-color: #ffff; padding: 1em; color: 444;  text-align: center; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 1em;
}

.soJS-btn-neutral {
    padding: 0.25em;
    border-radius: 0.25em;
    color:#fff;
    font-size: 1em;
    background-color: #666666;
    border:0;
    text-decoration: none;
    cursor:pointer;
}
.soJS-btn-neutral:hover{background-color: #000; color:#fff}
.soJS-btn-update {
    padding: 0.25em;
    border-radius: 0.25em;
    color:#fff;
    font-size: 1em;
    background-color: #ee7f00;
    border:0;
    text-decoration: none;
    cursor:pointer;
}
.soJS-btn-update:hover{background-color: #000; color:#fff}