
.modal-content {
    position: fixed;
    display: none;
    z-index: 101;
    width: 90%;
    max-width: 800px;
    height: 90%;
    margin: auto;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    top: 14px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999;
}

.modal-content p {
    margin: 0;
    padding: 25px 10px 0;
}

.modal-content p + p {
    width: 180px;
    margin: 25px 0 0 560px;
    padding: 0;
}

.modal-overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}

.modal-open {
    color: #00f;
    /* text-decoration: underline; */
}

.modal-open:hover {
    cursor: pointer;
}

.modal-close {
    color: #00f;
    text-decoration: underline;
}

.modal-close:hover {
    cursor: pointer;
}

.modal_bt {
    text-align: right;
    font-size: 360%;
    line-height: 1;
}

.modal_bt a {
    position: relative;
    text-decoration: none;
    color: #91a8cb;
    z-index: 1000;
} 