#PopupOverlay {
        display:none;
        position:fixed;/*absolute;*/
        top:0px;
        left:0;
        bottom:0;
        width:100%;
        height:100%;
        background-color:#000000;
        font-family:'GothamMedium';
        /*font-weight:400;*/
        font-size:12px;
        color:#ffffff;
        z-index:99999;
        opacity:0.92;
}

#subsPopup {
    display:block;
        position:absolute;
        top:10%;
        left:5%;
        width:90%;
        height:200px;
}

.actionDiv {
        font-family:'GothamMedium';
        font-size:12px;
        color:#000000;
        /*font-weight:400;*/
        position:relative;
        margin-bottom:2px;
        text-align:center;
        background-color:#ffffff;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        -moz-box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        box-shadow: 1px 1px 3px 0px rgba(215,216,217,1);
        padding:20px 5px 20px 5px;
        border:0px solid gray ;
        border-radius:3px;
    width:100%;
}

.normalDiv {
    width:100%;
    margin-bottom:5px;
}

.closeSubs{
        text-align:right;
        width:100%;
    font-family:'GothamMedium';
        font-size:18px;
        margin-top:-5px;
        margin-left:5px;
    padding-right:10px;
    color:#B0B0B0;
}

.innerAction {
    position:relative;
    margin:10px 0px;
    height:auto;
    font-weight: bold;
}

.actionImg {
    width: 150px;
}
