html,body{
  border:none; padding:0; margin:0;
  background:#FFFFFF;
  color:#202020;
}
body{
  text-align: center;
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
}
body.left{
  text-align: start;
  font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
}
h1{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 4rem;
}
footer{
  text-align: center;
}
iframe{
  frameborder:"0";
  scrolling:"no";
  width:"100%";
  height:"100%";
  seamless;
}
#languageSelectBoxContainer{
  text-align: right;
}
#container{
  height: 100%;
  width:"100%";
  margin: 2em;
}
#startStopBtn{
  display:inline-block;
  margin: auto;
  color:#6060AA;
  background-color:rgba(0,0,0,0);
  border:0.15em solid #6060FF;
  border-radius:0.3em;
  transition:all 0.3s;
  box-sizing:border-box;
  width:8em; height:3em;
  line-height:2.7em;
  cursor:pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
}
#startStopBtn:hover{
  box-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);
}
#startStopBtn:before{
  content:"Restart";
}
#startStopBtn.running{
  background-color:#FF3030;
  border-color:#FF6060;
  color:#FFFFFF;
}
#startStopBtn.running:before{
  content:"Abort";
}
#startTestBtn{
  display:inline-block;
  margin: auto;
  color:#6060AA;
  background-color:rgba(0,0,0,0);
  border:0.15em solid #6060FF;
  border-radius:0.3em;
  transition:all 0.3s;
  box-sizing:border-box;
  width:8em; height:3em;
  line-height:2.7em;
  cursor:pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
  /* font-size:1.6em; */
}
#startTestBtn:hover{
  box-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);
}
#test{
  margin-top:0;
  margin-bottom:0;
}
#shareArea{
  width:95%;
  max-width:40em;
  margin:0 auto;
  margin-top:1rem;
}
#shareArea > *{
  display:block;
  width:100%;
  height:auto;
  margin: 0.25em 0;
}
#shareArea > img{
  display: inline;
  width: auto;
}
#privacyPolicy {
  position: fixed;
  top: 2em;
  bottom: 2em;
  left: 2em;
  right: 2em;
  overflow-y: auto;
  width: auto;
  height: auto;
  box-shadow: 0 0 3em 1em #000000;
  z-index: 999999;
  text-align: left;
  background-color: #FFFFFF;
  padding: 1em;
}
table.center {
  margin-left:auto; 
  margin-right:auto;
  border-collapse: separate;
  border-spacing: 1rem 0px;
}
@font-face {
  font-family: 'icomoon';
  src:url('icomoon.woff?5ru6im') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook{
  font-size: x-large;
  text-decoration: none;
}
.icon-twitter{
  font-size: x-large;
  text-decoration: none;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\ea96";
}
a:hover .icon-facebook{color:#3b5998}
a:hover .icon-twitter{color:#55acee}
.ipv4-color {
  color: #f60; 
}
.ipv6-color {
  color: #060; 
}
th {
  position: relative;
}
th div {
  display: flex;
}
svg.icon{
  width: 0.6em;
  height: 0.6em;
  position: relative;
  top: 25%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
div.hidden {
  height: 0;
  padding: 0;
  overflow: hidden;
}
div.popupinfo{
  display: inline-block;
}
div.popupinfo:hover .balloon{
  display: inline-block;
}
div.balloon {
  z-index: 100;
  text-align: left;
  display: none;
  margin: 1.5em 0;
  padding: 0.5em;
  color: #555555;
  font-size: 0.6em;
  background: #FFF;
  border: solid 0.15em #555;
  box-sizing: border-box;
  border-radius: 1em;
  max-width: 30em;
  position: absolute;
}
div.above_balloon{
  font-size: 0.8em;
  font-weight: initial;
  width: 20em;
  bottom: 1.2em;
  right: -6em;
}
div.h3_balloon{
  font-size: 0.7em;
  font-weight: initial;
  width: 20em;
}
.img-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.item {
  color: #fff;
  padding-top:2rem;
  padding-bottom:2rem;
  height:200px;
}
.bg-indigo {
  background-color: #3F51B5;
}

/* ipinfo.net logo */
.ipinfo-logo {
  vertical-align: middle;
  width: 70px;
  height: 21px;
}