/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 500px;
  min-height: 300px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.modal p
{
    text-align: justify;
}

.modal .closeBtn
{
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #719E34;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */