@font-face {
  font-family: london;
  src: url(../fonts/london_between/LondonBetween.ttf);
}

.WebMHMainDiv{
  font-family: london;
  display: inline-block;
  width: 100%;
}

.WebMHPageMainContainer{
  padding-top: 70px;
  -webkit-transition: opacity 0.2s ;
  transition: opacity 0.2s;
}

.WebMHBottomMainDiv{
  padding:5px;
  color:rgba(80, 80, 80, 0.9);
  font-size: 10px;
  width:100%;
  text-align: center;
}

.WebMHBottomLine{
  width:400px;
  margin-left:calc(50% - 200px);
  margin-bottom:10px;
  height: 1px;
  background-color: rgba(80, 80, 80, 0.5);
}

.WebMHBottomText{
  margin-bottom:10px;
}

.WebMHLegalMainDiv{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding: 30px;
}

.WebMHLegalTextDiv{
  overflow-x: hidden;
  font-size: 12px;
  height: calc(100% - 70px);
  width: calc(100% - 70px);
  overflow-y: auto;
  border: solid 1px white;
  border-radius: 5px;
  padding: 5px;
  margin: 0;
}

.WebMHLegalTextDiv p{
  word-break: normal;
  word-wrap: break-word;
  text-align: left;
}

.WebMHLegalMainDiv img{
  position: absolute;
  top: 20px;
  left: calc(100% - 100px);
  width: 20px;
  height: 20px;
}
