#open-window {
    display: table;
    padding: 15px 30px;
    margin: 40px auto;
    background: #f1f1f1;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 900;
}

.modal-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.modal-middle {
    display: table-cell;
    vertical-align: middle;
}

.modal-inner {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
}

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

.modal-content {
    max-width: 450px;
    margin: 0 auto;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #999;
    text-align: center;
}

.close-modal {
    color: #909bb5;
    position: absolute;
    left: 90%;
    font-size: 28px;
    font-weight: 600;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#bg_modal {
    padding: 20px 10px 20px 10px;
    background: #e0e0e0;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

#text-modal {
    padding: 30px 10px 20px 10px;
    color: #000;
}

.modal-content img {
    margin: 30px auto;
    width: 200px;
}

.modal-content .close_pop-up {
    position: absolute;
    top: 0;
    left : 95%;
}

.modal-content h3 {
    font-size: 18pt;
}

.modal-content p {
    color: grey;
    font-size: 10pt;
    padding: 0 10px;
}

.modal-button {
    margin: 10px auto;
    background-color:#30b2e8;
    border-radius:4px;
    color:#ffffff;
    display:inline-block;
    font-family:sans-serif;
    font-size:13px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    text-decoration:none;
    width:200px;
    -webkit-text-size-adjust:none;
    mso-hide:all;
}