#hps-popup {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 300px;
    white-space: normal;
    display: none;
    z-index: 1000;
    line-height:1.1rem;
}