.main-content #content .dialog .content {
  border: none;
  min-height: inherit;
  margin: 0 auto;
  padding: 4rem;
  top: 40%;
  width: 600px;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1000;
}

.dialog .dialog_h2 {
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  color: #333;
  font-size: 1.6rem;
}

.dialog .dialog_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #777;
}
