body {
  /* background-image: url("../images/wifi_bg.png"); */
    background-color: #DCDCDC;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    padding:0;
    margin:0;
}
#agreeBox {
  max-width:350px;
  width:97%;
  min-height:350px;
  max-height:400px;
  background:#fff;
  position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border:2px solid #445a99;
    border-radius:5px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.12), 0 6px 8px rgba(0,0,0,0.24);
}
#logo {
  width:100%;
  padding:30px 0 15px 0;
  text-align: center;
}
img {
  width:150px;
}
#Title1 {
  width:100%;
  color:#445a99;
  font-size:30px;
  font-weight: bold;
  text-align: center;
}
#Title2 {
  width:100%;
  color:#445a99;
  font-size:12px;
  text-align: center;
  margin:5px 0 20px 0;
}
#accept {
  width:auto;
  margin:0 auto;
  padding:10px 25px;
  font-size:20px;
  background:#445a99;
  color:#fff;
  display: inline-block;
  border-radius:8px;
  cursor: pointer;
}
#agree {
  position: relative;
  width:100%;
  color:#445a99;
  font-size:12px;
  text-align: center;
  margin:20px 0 20px 0;
}
#agreement {
  font-weight:bold;
  text-decoration: underline;
  cursor: pointer;
}
#useAgreeTitle {
  font-size:1.5vw;
  font-weight:bold;
  line-height: 40px;
  width:100%;
  background:#0000A0;
  color:#fff;
  height:40px;
  /* border-bottom:2px solid #fff; */
}
#useAgreeContent {
  height:calc(100% - 40px);
  overflow-y:scroll;
}
#useAgreeBox {
  display: none;
  width:95%;
  height:80%;
  max-width:800px;
  max-height:800px;
  position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border:2px solid #445a99;
    box-shadow: 0 6px 10px rgba(0,0,0,0.12), 0 6px 8px rgba(0,0,0,0.24);
}
#agreeClose {
  width:40px;
  position: absolute;
  right:0px;
  top:-1px;
  color:#fff;
  cursor: pointer;
  background:#990000;
}
#refButton {
  width:40px;
  position: absolute;
  left:0px;
  top:-1px;
}
#techRef {
  display:none;
  position:absolute;
  top:12px;
  left:50px;
  font-size:0.8em;
  color:white;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.fa-times {
  color:#fff;
}
/* Use Agreement Page CSS */
#use_wrapper{
  background:#fff;
  width:100%;
  margin:0;
}
.block {
display:inline-block;
width:calc(100% - 55px);
font-size:0.95em;
line-height:1.1em;
text-align:justify;
padding:5px 35px 10px 20px;
}
.title {
display:inline-block;
color:white;
font-size:1.4em;
font-weight:bold;
padding:8px 10px;
background:#445a99;
width:calc(100% - 20px);
}
.listTitle {
width:100%;
font-size:1.2em;
color:black;
font-weight:bold;
}
.listSubtitle {
width:100%;
font-size:16px;
color:#445a99;
font-weight:bold;
}

ul {
  padding:0 0 0 20px;
}
  .blockP {
    margin-bottom:10px;
  }
  #config {
  }
  #config ul {
    list-style:none;
  }
  .ul1header {
    color:#000000;
    font-weight: bold;
  }
  .ul1 {
    margin:2px;
  }
  .ul2header {
    color:#000000;
    font-weight: bold;
  }
@media only screen and (max-width: 1024px) {
  #useAgreeTitle {
    font-size:4vw;
    font-weight:bold;
    line-height: 40px;
    width:100%;
    background:#0000A0;
    color:#fff;
    height:40px;
  }
  .title {
    display:inline-block;
    color:white;
    font-size:4vw;
    font-weight:bold;
    padding:8px 10px;
    background:#445a99;
    width:95%;
  }
  #techRef {
    position:absolute;
    top:0;
    font-size:0.6em;
    color:white;
    font-weight:100;
  }
}