<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-container .question_container a {
  color: #333333;
  display: block;
  font-family: 'open sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 0 10px 31px;
  text-decoration: none;
}
.content-container .question_container a:hover {
  color: #3C81BE;
}
.content-container .question_container span {
  color: #3C81BE;
  float: left;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  vertical-align: inherit;
}
.content-container .question_container:hover {
  background: #ffda45;
}
.content-container .question_container.highlight {
  background: #ffda45;
}
.content-container .question-answer {
  padding-top: 10px;
  width: 100%;
  clear: both;
}
.content-container .question-answer .hide_me {
  background: none repeat scroll 0 0 #F2F2F2;
  display: none;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 10px 21px;
  width: 95%;
}
.content-container .question-answer .hide_me li,
.content-container .question-answer .hide_me a,
.content-container .question-answer .hide_me strong,
.content-container .question-answer .hide_me p {
  line-height: 23px;
}
.content-container .question-answer.first {
  padding-top: 0;
}
.screenshot {
  float: left;
  width: 145px;
  height: 106px;
}
.screenshot.request {
  background: url("/images/faq/sshot2.png");
}
.screenshot.search {
  background: url("/images/faq/sshot3.png");
}
.screenshot.send_message {
  background: url("/images/faq/sshot_1.png");
}
.screenshot.request_service {
  background: url("/images/faq/sshot_5.png");
}
.screenshot.stop_request {
  background: url("/images/faq/sshot_4.png");
}
</pre></body></html>