.activebar-container{
    margin: 0px;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: 0px -2px 5px #888888
}
.activebar-container p {
    display:block;
    overflow:hidden;
}