@charset "UTF-8";

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  padding: 30px 20px 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 520px;
  min-height: 300px;
}

.close {
  position: absolute;
top:0px;
right:0px;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */