#privacyinfo * {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.5;
}

#privacyinfo {
    position: fixed;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 60%;
    padding: 16px;
    background-color: #ffffff;
    z-index: 9999999;
    overflow: auto;
    text-align: left;
    font-size: 15px;
}

#privacyinfo p {
  margin: 10px 0px;
}


.privacytitle {
    background: #C81F2C;
    color: #fff;
    text-align: center;
    padding: 1% !important;
    margin: -16px -16px 30px -16px !important;
    font-size: 1.2em;
    text-transform: capitalize;
}

.privacycontent {
  display: block;
  height: 70%;
  overflow-y: scroll;
}


#privacyinfo a:hover {
    background-color: #909090;
}


.privacydarkoverlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999998;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    display: block;
}

#privacyinfo .termsagree {
    display: block;
    box-sizing: border-box;
    width: 80%;
    margin: 0px auto;
    text-decoration: none;
    padding: 9px 18px;
    color: white;
    margin-top: 20px !important;
    background: #404040;
    text-align: center;
}