.custom-popup-class .mfp-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2C2C2C;
    min-width: 60%;
    max-width: 80%;
}

.custom-popup-class .mfp-figure {
  background-color: white;
}

.white_popup {
    background: #FFF;
    padding: 20px;
    min-width: 60%;
    max-width: 80%;
    margin: 20px auto;
    z-index:9999;
}

.popuptitlestd {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    background-color: #9A9A9A;
    background-repeat: no-repeat;
    border: 0px solid #AAAAAA;  
}

.popuptitlerow {
    width: 60%;
}

.popuptitlerow a, .titlerow a.visited {
    text-decoration:none;
    color:#333333;
}