<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix, .technology-article {
  *zoom: 1;
}
.clearfix:after, .technology-article:after {
  content: "";
  display: table;
  clear: both;
}

.col700 {
  float: right;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .col700 {
    float: none;
  }
}

.col240 {
  float: left;
  margin: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .col240 {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .technology-article h2 {
    padding-top: 3%;
  }
  .technology-article h2 img {
    width: 100%;
    height: auto;
  }
}
.technology-article h3 {
  clear: both;
  color: #000;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1;
  padding: 15px 10px 10px;
  margin: 30px 0 15px;
  border-top: 1px dashed #2aa00b;
  border-bottom: 1px dashed #2aa00b;
  background-color: #edfce9;
}
.technology-article .tecArea {
  margin-bottom: 40px;
  padding: 10px;
  font-size: 1em;
  line-height: 1.5;
}
.technology-article .tecArea .hl {
  margin-bottom: 20px;
  color: #208106;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.4;
}
.technology-article .imgCenter {
  clear: both;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .technology-article .imgCenter img {
    width: 100%;
    height: auto;
  }
}
.contact-block {
  clear: both;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .contact-block img {
    width: 100%;
    height: auto;
  }
}</pre></body></html>