@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container-speedtest-php-master { 
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  background: #fffef9;
  padding: 40px 20px;
}
.container-speedtest-php-master .topnav {
  overflow: hidden;
  background-color: #fff;
  max-width: 80%;
  margin: 1em auto;
}
.container-speedtest-php-master .topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.container-speedtest-php-master .topnav a:hover {
  background-color: #de9406;
  color: #fff;
}
.container-speedtest-php-master .topnav .selected {
  background-color: #f9e7c2;
  color: #de9406;
  box-shadow: 0px 2px 0px #de9406 inset;
}
.container-speedtest-php-master .topnav .home {
  background-color: #de9406;
  color: #fff;
  font-size: 1.5em;
}
.container-speedtest-php-master .topnav .home:hover {
  background-color: #de9406;
  color: #fff;
}
.container-speedtest-php-master .topnav .icon {
  display: none;
  font-size: 1.5em;
}
@media (min-width: 181px) and (max-width: 868px) {
  .container-speedtest-php-master .topnav a:not(:first-child) {
    display: none;
  }
  .container-speedtest-php-master .topnav a.icon {
    float: right;
    display: block;
  }
}
@media (min-width: 181px) and (max-width: 868px) {
  .container-speedtest-php-master .topnav.responsive {
    position: relative;
  }
  .container-speedtest-php-master .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .container-speedtest-php-master .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.container-speedtest-php-master .containerr {
  background: #fffef9;
  max-width: 80%;
  margin: 1em auto;
  border-radius: 4px;
  padding: 1em;
}
.container-speedtest-php-master .pages {
  padding: 1.3em;
  font-size: 1.3em;
  line-height: 1.8em;
  color: #333;
}
.container-speedtest-php-master .pages h2 {
  padding-bottom: 1em;
  text-align: center;
  font-size: 2em;
  color: #333;
}
.container-speedtest-php-master .pages ul {
  padding: 1em 2em;
  color: #666;
}
.container-speedtest-php-master h1 {
  font-size: 2em;
  color: #de9406;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0.5em;
  text-align: center;
}
.container-speedtest-php-master h2 {
  font-size: 1em;
  color: #de9406;
  letter-spacing: 2px;
  padding: 0.5em;
  text-align: center;
  margin: 0.5em;
}
.container-speedtest-php-master h3 {
  font-size: 1em;
  color: #de9406;
  letter-spacing: 2px;
  padding: 0.5em;
  text-align: center;
  margin: 0.5em;
}
.container-speedtest-php-master h3 span {
  font-size: 0.8em;
  color: #333;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0.5em;
  text-align: center;
}
.container-speedtest-php-master .intro {
  text-align: center;
}
.container-speedtest-php-master .intro p {
  font-size: 1em;
  letter-spacing: 2px;
  padding: 1em;
}
.container-speedtest-php-master .outro {
  display: grid;
  grid-template-columns: 29% auto;
  grid-gap: 10px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
  color: #444;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
}
.container-speedtest-php-master {
  /* 868 */
}
@media (min-width: 181px) and (max-width: 868px) {
  .container-speedtest-php-master .outro {
    display: grid;
    grid-template-columns: 90%;
  }
}
.container-speedtest-php-master .partone img {
  text-align: right;
}
.container-speedtest-php-master .outro p {
  font-size: 1em;
  letter-spacing: 2px;
  padding: 1em;
  text-align: justify;
}
.container-speedtest-php-master #startStopBtn {
  background-color: #de9406;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: max-content;
  min-width: max-content;
  border-radius: 4px;
}
.container-speedtest-php-master i {
    color: #1e1e1e;
}
.container-speedtest-php-master #startStopBtn:hover {
  background-color: #b97a04;
}
.container-speedtest-php-master #startStopBtn.running {
  background-color: #c63b1f;
  border-color: #c63b1f;
  color: #FFFFFF;
}
.container-speedtest-php-master #startStopBtn:before {
  content: "Start Test";
}
.container-speedtest-php-master #startStopBtn.running:before {
  content: "Cancel Test";
}
.container-speedtest-php-master #test {
  margin-top: 6em;
  margin-bottom: 2em;
  text-align: center;
}
.container-speedtest-php-master div.testArea {
  display: inline-block;
  width: 16em;
  height: 12.5em;
  position: relative;
  box-sizing: border-box;
}
.container-speedtest-php-master div.testName {
  position: absolute;
  top: -5em;
  left: 0;
  width: 100%;
  font-size: 1em;
  background: #f9e7c2;
  border-radius: 0.3em;
  padding: 0.3em;
  letter-spacing: 2px;
  color: #de9406;
  z-index: 9;
}
.container-speedtest-php-master div.icontest {
  position: absolute;
  top: -0.7em;
  left: 0;
  width: 100%;
  font-size: 3em;
  color: #f9e7c2;
  z-index: 9;
}
.container-speedtest-php-master div.meterText {
  position: absolute;
  bottom: 4em;
  left: 30%;
  width: 40%;
  font-size: 1em;
  z-index: 9;
  color: #fff;
  background-color: #de9406;
  border-radius: 0.3em;
  padding: 0.2em;
}
.container-speedtest-php-master div.meterText:empty:before {
  content: "0.00";
}
.container-speedtest-php-master div.unit {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  z-index: 9;
}
.container-speedtest-php-master div.testArea canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container-speedtest-php-master div.testGroup {
  display: inline-block;
  height: 12.5em;
}
@media (min-width: 560px) and (max-width: 1224px) {
  .container-speedtest-php-master body {
    font-size: 0.8em;
  }
  .container-speedtest-php-master #test {
    margin-top: 6em;
    margin-bottom: 1em;
    text-align: center;
  }
  .container-speedtest-php-master div.testArea {
    width: 16em;
    height: 12.5em;
  }
  .container-speedtest-php-master div.testGroup {
    display: inline-block;
    height: 12.5em;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 6em;
  }
}
@media (min-width: 10px) and (max-width: 560px) {
  .container-speedtest-php-master body {
    font-size: 0.8em;
  }
  .container-speedtest-php-master #test {
    margin-top: 6em;
    margin-bottom: 1em;
    text-align: center;
  }
  .container-speedtest-php-master div.testArea {
    width: 16em;
    height: 12.5em;
    margin-bottom: 8em;
  }
  .container-speedtest-php-master div.testGroup {
    display: inline-block;
    height: 32em;
    position: relative;
    box-sizing: border-box;
  }
  .container-speedtest-php-master #nomob {
    display: none;
  }
}
.container-speedtest-php-master .fbdiv a {
  background-color: #de9406;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}
.container-speedtest-php-master .fbdiv .fblink:hover {
  background: #b97a04;
  color: #fff;
}
.container-speedtest-php-master .fa-facebook-square {
  font-size: 1.3em;
  padding: 0px 10px;
}
.container-speedtest-php-master footer {
  width: 100%;
  text-align: center;
  padding: 1em;
  margin: 1em 0em;
  background: #f9e7c2;
}
.container-speedtest-php-master .footer a {
  color: #de9406;
  font-size: 1em;
  text-decoration: none;
  padding: 0 1em;
}
.container-speedtest-php-master .footer p {
  color: #de9406;
  font-size: 1em;
  text-decoration: none;
  padding: 1em 0em;
}
.container-speedtest-php-master .footer p a {
  color: #de9406;
  padding: 0em;
}
.container-speedtest-php-master .footer p span {
  color: #b97a04;
}
.container-speedtest-php-master .footer a:hover {
  color: #b97a04;
  font-size: 1em;
  text-decoration: none;
}
.container-speedtest-php-master #counter-area {
  padding: 2px;
  background-color: rgba(222, 148, 6, 0.1);
  border-radius: 2px;
  width: 300px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.container-speedtest-php-master #counter-winkey {
  color: white;
  background-color: #de9406;
  padding: 3px 9px;
  border-radius: 5px;
}