.u-mt-1 {
  margin-top: 4px;
}
.u-mt-2 {
  margin-top: 8px;
}
.u-mt-3 {
  margin-top: 12px;
}

.u-mr-1 {
  margin-right: 4px;
}
.u-mr-2 {
  margin-right: 8px;
}
.u-mr-3 {
  margin-right: 12px;
}

.u-mb-1 {
  margin-bottom: 4px;
}
.u-mb-2 {
  margin-bottom: 8px;
}
.u-mb-3 {
  margin-bottom: 12px;
}

.u-ml-1 {
  margin-left: 4px;
}
.u-ml-2 {
  margin-left: 8px;
}
.u-ml-3 {
  margin-left: 12px;
}

.u-visibilityHidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .u-ie-overflow-fix {
    display: block;
    max-width: calc(99.99% - 24px);
  }
}
body {
  background: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  position: relative;
  line-height: 1.63;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto 20px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #0076a8;
  border-bottom: 1px solid #a8D0E1;
  transition: 0.3s color, 0.3s border;
  text-decoration: none;
}
a:hover {
  color: #1c85b2;
  border-bottom: 1px solid #c4e0eb;
}

#speed-test-image {
  visibility: hidden;
}

#canvas {
  height: 400px;
  width: 400px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.speed-test-image {
  display: none;
}

#speed-test-images-container {
  width: 1px;
  height: 1px;
}

.com-header {
  padding: 16px 0;
}
.com-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-header img {
  display: block;
  margin: 0;
  width: 32px;
}
.com-header__logoText {
  font-size: 18px;
  display: block;
  color: #666666;
  font-style: italic;
  margin: auto 0 auto 32px;
  line-height: 1.2;
  position: relative;
}
.com-header__logoText:before {
  content: "";
  position: absolute;
  left: calc(16px * -1);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eeeeee;
}

.com-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px 24px;
}
.com-status__title {
  font-size: 20px;
  margin-right: 8px;
}
.com-status__recommendation {
  font-size: 16px;
  color: #333333;
  display: block;
}

.com-table {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  border-radius: 6px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.com-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.com-table__row:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.com-table__row:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.com-table__row--grey {
  background: #f6f6f6;
  border-bottom: 2px solid #eeeeee;
}
.com-table__cell {
  padding: 12px 20px;
  width: 40%;
}
.com-table__cell:last-child:not(.com-table__cell--title) {
  justify-self: flex-end;
  font-weight: 700;
  text-align: right;
}
.com-table__cell:nth-child(n+2) {
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 60%;
}
.com-table__cell img {
  display: block;
}
.com-table__cell--title {
  padding-top: 16px;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.com-table__cell--full {
  width: 100%;
}

.com-loadingIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-loadingIcon--lg .com-loadingIcon__dot {
  width: 5px;
  height: 5px;
}
.com-loadingIcon__dot {
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 4px;
  background: #666666;
  border-radius: 50%;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.com-loadingIcon__dot:nth-of-type(2n) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.com-loadingIcon__dot:nth-of-type(3n) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.com-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation-name: iconIn;
  animation-name: iconIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.com-icon--lg {
  width: 28px;
  height: 28px;
}
.com-icon--lg.com-icon--success {
  background-image: url("icon-success-lg.svg");
}
.com-icon--lg.com-icon--warning {
  background-image: url("icon-warning-lg.svg");
}
.com-icon--success {
  background-image: url("icon-success.svg");
}
.com-icon--error {
  background-image: url("icon-error.svg");
}
.com-icon--warning {
  background-image: url("icon-warning.svg");
}

@-webkit-keyframes iconIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) rotate(-70deg) scale(0.4);
    transform: translateX(-15px) rotate(-70deg) scale(0.4);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(2px) rotate(5deg) scale(1.1);
    transform: translateX(2px) rotate(5deg) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes iconIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) rotate(-70deg) scale(0.4);
    transform: translateX(-15px) rotate(-70deg) scale(0.4);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(2px) rotate(5deg) scale(1.1);
    transform: translateX(2px) rotate(5deg) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.com-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdf-button {
  background-color: transparent;
  color: #4CAF50;
  border: 1px solid #4CAF50;

  border-radius: 4px;
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s, color 0.3s;
}

.pdf-button:hover {
  background-color: #4CAF50;
  color: white;
}

.pdf-button svg {
   fill: currentColor;
}

@media print {
  .pdf-button {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
