<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.needitfast {
  overflow: hidden;
  font-size: 0.8em;
}

span.needitfast {
  overflow: hidden;
  font-size: 0.8em;
}

/*.needitfast table {
  height: 46px;
  width: 204px;
  background-image: url(../bg_counter.png);
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 5px auto 0;
  font-weight: 700;
  font-size: 1.2em;
}*/

.needitfast table {
  height: 40px;
  width: 202px;
  background-image: url(../bg_counter.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 5px auto 2px;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 8px;
}

.needitfast_hrs,
.needitfast_min,
.needitfast_sec {
  padding-bottom: 13px;
  text-align: center;
}

.needitfast_hrs {
  width: 33.33333%;
  padding-bottom: 9px;
}

.needitfast_min {
  width: 33.33333%;
  padding-bottom: 9px;
}

.needitfast_sec {
  width: 33.33333%;
  padding-bottom: 9px;
}

/testemonials #testemonial_container {
  height: 50px;
  width: 50px;
  border: #999 1px solid;
}


@media only screen and (max-width: 463px) {

  .needitfast table {
    width: 125px;
    background-image: url(../bg_counter_mobile.png);
    margin-top: 12px;
    border-radius: 2px;
  }

}</pre></body></html>