

#modal-style {
  width: 800px;
  max-width: 80%;
  display: none;
  top: 10%;
  text-align: center;
  margin-top: 0 !important;
}

#modal-style:after { /* clearfix */
  content: "";
  clear: both;
  display: block;
}

#modal-style p {
  font-size: 18px;
}

#modal-style .sample-head {
  margin: 0 0 15px;
  font-size: 36px;
  font-weight: bold;
}

#modal-style .plainmodal-close {
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: 10%;
  font-size: 40px;
  background: #f5f5f5;
  border-radius: 30px;
  line-height: 37px;
  padding: 5px;
}

#modal-style .plainmodal-close:hover {
  background-position: -45px 0;
}

#sample-nostyle {
  background-color: #fff;
  display: none;
}

#sample4, #sample7 {
  color: #fafafa;
  background-color: #4d4f44
}