/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 7, 2020, 7:44:51 PM
    Author     : stephen
*/

.popup-content {
    display:none; 
    position:absolute;
    background-color:gray; 
    min-width:200px;
    display:none;
    position:fixed;      
}

.popup-content a {
    display:block; 
    text-decoration: none; 
    padding: 10px 10px;
}

.popup-content a:hover {
    background-color: lightgray;
}
