@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

body {
  background: #FFFFFF;
  font-family: 'Press Start 2P', cursive;
  color: #000000;
  margin: 20px;
  font-weight:400;
}
.aaa {
  color: blue;
  font-weight:900;
  font-size:13px;
}
.address {
  height: 33px;
  font-size: 18px;
  font-weight:400;
  border: 1px solid darkgray;
}
.addressel {
  float:left;
  width: 300px;
  margin-right:40px;
  margin-bottom:15px;
  font-size: 18px;
  font-weight:400;
  white-space: nowrap;
}     
.addressbut {
  float:left;
  width:450px;
}
#labaddress {
  float:left;
  color: #000000;      
  font-weight:400;
}
#butGetCoo {
  width:170px;
  height:33px;
  margin-left:0px;
  margin-right:300px;
  margin-bottom:15px;
  background: darkgray;
  color:#000000;
  font-weight:400;
  cursor:pointer;
}
#coo {
  float:left;
  background:lightgray;
  width:100%;
  height:55px;
  text-align:center;
  padding-top:10px;
  font-size:24px;
  font-weight:400;
  white-space: nowrap;
  color:#262626;
}
#debug {
  display:none;
}
#detectedurl {
  float:left;
  background:lightyellow;
  width:100%;
  height:55px;
  text-align:left;
  padding-top:10px;
  padding-left:15px;
  font-size:26px;
  font-weight:400;
  color:#262626;
}
#footerCont {
  position: relative; 
  top: 0px; 
  left:-10px;
  width: 102%; 
  border: 1px solid #C2DBF2; 
  padding: 7px; 
  background: #262626; 
  opacity: 0.3;
  color: #000000; 
  font-family: Sans;
  font-size: 12px; 
  text-align: center; 
  z-index: 99998;
  display:none;
}
#footer {
  position: relative;
  top: 0px; 
  width: 96%; 
  border: 0px solid #C2DBF2; 
  opacity: 1.0;
  color:#000000; 
  font-family: Sans;
  font-size: 12px; 
  font-weight: 400;
  margin-right:4%;
  text-align: right; 
  z-index: 99999;
}   
#frmCoo {
  clear:both;
  width:100%;
  text-align:center;
  margin:auto;
}
#logo {
 float:left;
 width:300px;
}
.sep {
  clear:both;
}
td {
  padding:20px;
}
#url {
  float:left;
  background:lightyellow;
  width:100%;
  height:55px;
  text-align:left;
  padding-top:10px;
  padding-left:15px;
  font-size:26px;
  font-weight:400;
  color:#262626;
}
