/* CSS Document */
.popup {
    position: absolute;
    display: none;
    background: #ccc;
    border: 1px solid;
}
