.page-site-message-statement {
    border:1px solid #282828;
    padding:1em;
    margin:5em auto;
    overflow:auto;
    font-size:16px;
    line-height:1.5em;
    width: auto;
    max-width: 99%;
}
.page-site-message-statement p {
    margin-bottom:0
}

/* The Modal (background) */
.uooModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.uooModalContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.underage {
  color: #404040;
  float: right;
  margin-top: 2%;  
  margin-right: 10%;
  font-size: 1.5em;
  font-weight: bold;
  padding:0.2em;
  border: 1px solid #0;
}

.aboveage {
  color: #404040;
  float: left;
  margin-top: 2%;  
  margin-left: 10%;
  font-size: 1.5em;
  font-weight: bold;
  padding:0.2em;
  border: 1px solid #0;
}

.aboveage:hover,
.aboveage:focus {
  color: #008000;
  text-decoration: none;
  cursor: pointer;
}

.underage:hover,
.underage:focus {
  color: #606060;
  text-decoration: none;
  cursor: pointer;
}