@charset "UTF-8";

div.non-disclosure-agreement {
  /*background-color: rgba(0,0,0,.85);
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  padding: 100px 25%;
  width: 100%;
  height: 100%;
  z-index: 1101;*/
}

div.agreement-content {
  /*height: 75%;
  overflow: auto;
  color: #000;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;*/
}

.non-disclosure-continue.btn {
  display: none;
}
