#pop-underlay {
    position: fixed; top:0px; left: 0px; width: 100%; height: 100%; z-index:100; opacity: .5; background-color: grey; display: none;
}

#pop-overlay {
    display: none;
    position: fixed;
    z-index: 101;
    opacity: 1;
    background-color: white;
    width: 30%;
    height: 30%;
    left: 35%;
    top:35%;
}

#pop-menu-span {
    position: relative;
    top:0px;
    left:0px;
    color: white;
    margin-top: auto;
    padding: .5em;
}

#pop-menu {
    position: relative;
    top:0px;
    left:0px;
    width: 100%;
    height: 30px;
    background-color: #E45238;
    margin-top: auto;
    padding: .5em;
}


.pop-body{

}