.fej-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;overflow:auto}
.fej-modal-content{background:#fff;margin:5% auto;padding:2em;width:90%;max-width:500px;position:relative;border-radius:8px;max-height:90vh;overflow-y:auto}
.fej-close{position:absolute;top:.5em;right:.5em;font-size:1.5em;cursor:pointer}
