* {
    box-sizing: border-box;
}

.row{
  width: 100%;
}
.row::after {
    content: "";
    clear: both;
    display: table;
    padding-top: 0px; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
[class*="col-"] {
    float: left;
    padding: 1px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%; text-align: right;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
   font-family: "Arial";
}


.header{
  background: #2b8bce;
  min-height: 55px;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 15px;
  padding-top: 10px;
  font-size: 13px;
  font-family: Roboto_Regular;
}

.smallimage
{       
  display: inline-block;
  background-image: url(../image/smallimage.png);
  background-repeat: no-repeat;
}

.icon-header-1{
  width: 25px;
  height: 19px;
  background-position: -172px -6px;
  padding-top: 30px;
}

.icon-header-2{
  width: 16px;
  height: 19px;
  background-position: -206px -5px;
  float: right;
}
.btn-header{
  float: right;
  padding-top: 8px;
  padding-right: 15px;
}

.btn-header-1{
  float: right;
  padding-top: 6px;
}

.icon-header-3{
  width: 12px;
  height: 19px;
  background-position: -232px -1px;
}

.header a{
  text-decoration: none;
  color: #ffffff;
}

.logo1{
  margin: auto;
  margin-top: 70px;
}

.ip-box{
  margin: auto;
  padding-left: 20px;
  margin-top: 31px;
  padding-top: 10px;
  width: 320px;
  /*width: 23%;*/
  height: 40px;
  font-family: Roboto_Regular;
}
.ip-box.isp{
    border: inherit;
    padding-top: 8px;
    margin-top: 0px;
}

.speed-data{
  margin-top: 50px;
  padding-left: 30px;
  text-align:center;
  margin-bottom: 44px;
  font-family: Roboto_Regular;
}

.btn-outline-primary{
  margin: auto;
  width: 320px;
  height: 46px;
  color: #ffffff;
  background-color: #2b8bce;
  border: #2b8bce solid 1px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.btn-danger{
  width: 320px;
  height: 46px;
  color: #ffffff;
  background-color: #D9534F;
  border: #D9534F solid 1px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}

.display-1{
  font-size: 70px;
  font-weight: 1px;
  line-height: 79px;
  color: #cdcdcd;
}

.footer {
  height: 71px;
  border-top: #e6e6e6 solid 1px;
}

.footer-logo{
 float: right;
 margin-top: 10px;
}

.footer-info-box{
  /*padding-top-top: 20px;*/
  font-size: 12px;
}

.footer-info{
  line-height: 50px;
}

.speed-data .title{
  font-weight: 700;
  font-size: 23px;
}

.speed-data .unit{
  font-weight: 100;
  font-size: 23px;
}

@font-face {
    font-family: Roboto_Regular;
    src: url(Roboto_Regular/Roboto-Light.ttf);
}

.st-block {
    text-align: center;
}
.st-btn {
    margin-top: -0.5rem;
    margin-left: 1.5rem;
}
.st-value>span:empty::before {
    content: "0.00";
    color: #cdcdcd;
}
#st-ip:empty::before {
    content: "___.___.___.___";
    color: #cdcdcd;
}

.logo1 img{
  width: 251px;
  height: 186px;
}

.center-1{
  margin: auto;
}

@media (max-width: 760px){
    .col-3 {
        width: 100%;
    }
}
