.cwv3.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

/* Main CWV3 Dialog */
.cwv3_dialog {
  border-radius: 20px;
  background: url(../images/age-bg.png);
  color: #000;
  width: 620px;
  position: fixed;
  height: 464px;
  overflow-y: auto;
  text-align: center;
  z-index: 99999;
}
.cwv3_dialog h4 {
    color: #3c2313;
    font-size: 20px;
    padding: 300px 15% 0;
}
.cwv3_dialog .cwv3 {
    padding: 0;
}
.cwv3_dialog .cwv3.auth, .cwv3_dialog .cwv3.denied {
  height: 100%;
}
.cwv3_dialog .cwv3_content {
  overflow: auto;
}
.cwv3_dialog .cwv3_btns {
  overflow: hidden;
  padding: 0 30%;
}
.cwv3_dialog .cwv3_btns a {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: .35em 0;
}
.cwv3_dialog .cwv3_btns div {
  width: 48%;
  display: inline-block;
  text-align: center;
}
.cwv3_dialog .cwv3_btns .cwv3_exit {
  float: right;
}
.cwv3_dialog .cwv3_btns .cwv3_exit a,
.cwv3_dialog .cwv3_btns .cwv3_enter a {
  background-color: none;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
}
.cwv3_dialog .cwv3_btns a:hover {
    color: #fff;
}
.cwv3_dialog .cwv3_btns .cwv3_enter {
  float: left;
}
.cwv3_terms {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.cwv3_terms a {
    color: #c49a6c;
}

/*# sourceMappingURL=cwv3.css.map */
