.myspeed .t3-mainbody {
  top: -8px;
}
.myspeed .t3-mainbody .t3-content .element {
  margin: 0 0 6px;
  padding: 5px 10px;
  border: 2px solid #cfd8dc;
  border-radius: 4px;
}
.myspeed .t3-mainbody .t3-content .element .fa {
  color: #78909c;
  top: 1px;
  left: -5px;
}
.myspeed .t3-mainbody .t3-content .element a {
  color: #263238;
  border-bottom: 1px solid #b0bec5 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.myspeed .t3-mainbody .t3-content .element a:hover {
  color: #ff5722;
  border-bottom: 1px solid #ff5722 !important;
  text-decoration: none;
}
.myspeed .t3-mainbody .t3-content .element .cdn .fa-retweet {
  color: #ff5722;
}
.myspeed .t3-mainbody .t3-content .element .select_server {
  font-family: "2ip";
  font-size: 91%;
}
.myspeed .t3-mainbody .t3-content .result-area .results {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.myspeed .t3-mainbody .t3-content .text {
  font-size: 125% !important;
  bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .myspeed .t3-mainbody .t3-content .text {
    bottom: 5vw !important;
    font-size: 4vw !important;
  }
}
.myspeed .t3-mainbody .t3-content .text .site a {
  color: #ff5722;
}
.myspeed .t3-mainbody .t3-content .text .site a:hover {
  opacity: 0.7;
}
.myspeed .t3-mainbody .t3-content .text .powerd {
  text-transform: uppercase;
  font-size: 50%;
  color: #78909c;
}
.myspeed .t3-mainbody .t3-content .speed-padding {
  margin-top: 0;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item {
  margin-top: 15px;
  padding: 4px 6px;
  text-align: justify;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .provider .fa {
  font-size: 110%;
  top: 0px;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .country {
  font-size: 85%;
  color: #78909c;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .flag {
  width: 20px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .dns-records {
  top: 9px;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .dns-records a {
  border-bottom: 1px solid #b3e5fc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .dns-records a:hover {
  border-bottom: 1px solid #ff5722;
  text-decoration: none;
}
.t3-mainbody .t3-content .item-page_dns-check .dns-item .dns-status .fa {
  color: #78909c;
  font-size: 100%;
  top: 8px;
}
@media screen and (max-width: 480px) {
  .t3-mainbody .t3-content .item-page_dns-check .dns-item .dns-status .fa {
    right: 5px;
  }
}
.t3-mainbody .t3-content .item-page_spam .server-item {
  margin-top: 15px;
  padding: 4px 6px;
  text-align: justify;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.t3-mainbody .t3-content .item-page_spam .server-item .status-icon .fa {
  color: #78909c;
  font-size: 100%;
  top: 0;
}
@media screen and (max-width: 480px) {
  .t3-mainbody .t3-content .item-page_spam .server-item .status-icon .fa {
    right: 5px;
  }
}
.t3-mainbody .t3-content .item-page_spam .server-item .status-text {
  font-size: 90%;
  color: #78909c;
}
.t3-wrapper .custom_adsense {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .t3-wrapper .custom_adsense {
    margin-left: 0px;
  }
}
.t3-wrapper .cookie-banner {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  border-radius: 2px;
  background: #ffffff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  z-index: 9999;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  padding: 15px 20px;
}
.t3-wrapper .cookie-banner.show {
  bottom: 0;
  opacity: 1;
}
.t3-wrapper .cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #263238;
}
.t3-wrapper .cookie-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .t3-wrapper .cookie-content {
    display: block;
  }
  .t3-wrapper .cookie-buttons {
    gap: 10px;
    padding-top: 15px;
  }
}