

.modal p {
	
  font-size: 14px;
  text-align: right;
  margin: ;
}
.modal p:hover {
  cursor: pointer;
}
.close{ cursor:pointer;}

/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  text-align:center;
  display: none;
  background: #fff;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 500px;
  min-height: 300px;
}

.modal h2{
  margin: 30px 0 50px;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
