.modal { 
  position:fixed; 
  display:none; 
  z-index:9999; 
  top:200px; 
  left:50%; 
  width:445px; 
  height:330px; 
  margin:-120px 0 0 -220px; 
  padding:20px; 
  text-align:center;
  border: 1px solid #111111;
}
  .modal p { margin-bottom:10px; font-size:17px;}
  .modal a { cursor:pointer; }
  .close_modal {
    max-width: 343px;
    /* max-width: 100%; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #187bab;
    color: #fff;
    padding: 17px 13px;
    line-height: 18px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    display: block;
    text-decoration: none;
  }
  .accept_confirm {
    font-size: 16px;
  }
  .no_modal {
    background-color: #fff;
    color: black;
    border: solid;
    border-width:thin;  
  }
  
  .body_block_modal {
    position: fixed;
    width: 100%;
  }