/* HOVER STYLES */
div#pop-up {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    border-radius: 15px;
    font-size: 90%;
    z-index:999999;
}
