  #help-box {
    background:#e20000;
    border:1px solid #fff;
    border-bottom:none;
    bottom:0;
    padding:0;
    position:fixed;
    left:5px;
    z-index:999;
    text-align:center
}
#help-box h2, #help-box h2 a, #help-box h2 a:visited {
    color:#ffffff;
    background:none;
    text-decoration:none;
    margin-bottom:0;
    padding:1em 1.25em;
    font:20px/1.2em "Poppins Bold",Impact,sans-serif;
    text-transform:uppercase
}
@media screen and (max-width: 800px) {
    #help-box h2 {
        padding:0.5em 0.5em
    }
}
