#hsc-footer-popup {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a408b;
    z-index: 9000;
    padding: 20px 0 20px 0;
    border-top: 4px solid #fff;
    text-align: center;
}

#hsc-footer-popup p {
    color: #fff;
}

#hsc-footer-popup .highlight {
    color: #cbdb2a;
}

#hsc-footer-popup a {
    color: #fff;
    text-decoration: underline;
}


#hsc-footer-popup p.bigger {
    font-size: 2em;
    font-weight: bold;
        line-height: 1.2;
}

.hsc-button-box {
    /* text-align: center; */
    padding-top: 20px;
}

.hsc-text-box {
    text-align: right;
}
.hsc-accept-button {
    
    background: #cbdb2a;
    color: #000;
    border: 0;
    margin: 9px;
    padding: 5px 10px;
    text-shadow: 0;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.6em;
}