#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    /*height: 58px;*/
    width: 100%;
    text-align:center;
    background-color: grey;
}
#infobox3 p {
    line-height:40px;
    font-size:12px;
    margin-top:1px;
    margin-bottom:1px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
    color: white;
}
@media only screen and (max-width: 500px) {
    #infobox3 p {
            line-height:20px;
    }
}