/*@import url(http://fonts.googleapis.com/css?family=Abel);*/
        
.popup_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-clip: border-box;
    background: rgba(0, 0, 0, 0.62);
    background-origin: padding-box;
    background-size: auto auto;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
}
        
.viewer {
    /*font-family: 'Abel',sans-serif;*/
    display: none;
    position: absolute;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-color: #ffffff;
    border-radius: 9px;
    width: 850px;
    height: 500px;
    top: 70px;
    left: 50%;
    margin-left: -424px;
    z-index: 1000;
}
        
.viewer-close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
    /*width: 50px;*/
    color: #3d668c;
    font-size: 14px;
}
        
iframe.iview {
    margin-left: 10px;
    margin-top: 40px;
}
        
ul.viewer-menu {
    list-style-type: none;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #3d668c;
}

ul.viewer-menu li {
    float: left;
    margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

ul.viewer-menu li a {
    font-size: 14px;
    color: #3d668c;
}
        
ul.viewer-menu li#gl {
    font-weight: bold;
}
        