#scripture-modules-passage-popup-blur {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    background-color: #fff;
    opacity:0.5;
    filter:Alpha(opacity=50);
}

#scripture-modules-passage-popup {
    top:0;
    left:0;
    position: fixed;
    /*background-color: #1f1b19;*/
    background-color: #fff;
    border: 1px solid #514d4b;
    /*color: #ffffff;*/
    color: #000000;
    padding: 20px;
    width: 600px;
    display: none;
    z-index: 1000;
}

#scripture-modules-passage-popup .close {
    cursor: pointer;
    width:16px;
    height:16px;
    float: right;
    background: url('../../../../img/close.png') no-repeat;
}

#scripture-modules-passage-popup .title {
    font-size: 30px;
    margin-bottom: 10px;
}
#scripture-modules-passage-popup .passage-name {
    font-size: 18px;
    font-weight: bold;
}
#scripture-modules-passage-popup .passage-esv {
    font-size: 14px;
    color: #999;
}
#scripture-modules-passage-popup .passage-text {
    max-height: 340px;
    overflow-y: auto;
}
#scripture-modules-passage-popup .passage-text h2 {
    display: none;
}