#monrovia-popup {
    display: none;
    position: fixed;
    border: 4px solid #cccccc;
    background: #ffffff;
    z-index: 100099;
    padding: 12px;
    width: 90%;
    max-width: 600px;
}

.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100098;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
}
