.pd_wrapper {
    display: none;
    position: absolute;
    box-shadow: 0 2px 10px rgba(64,54,63,.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
}

.pd_contents {
    overflow: scroll;
    height: 100%;
    width: 100%;
}

.pd_shadow {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: fixed;
    width: auto;
    height: auto;
    z-index: 1000000;
}

.pd_close {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #b2b2b2;
    text-shadow: 0 1px 0 #fff;
    z-index: 1000002;
    padding-right: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

.pd_close:focus, .pd_close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}