<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.author-avatar {
  text-align: right;
  float: right;
  line-height: 1.2;
  min-width: 140px;
  font-size: 13px;
}
.author-avatar img {
  float: right;
  width: 40px;
  height: 40px;
  border: 2px solid #f5f5f5;
  margin-left: 7px;
}
.author-avatar small {
  font-size: 12px;
}
.vote {
  text-align: center;
}
.vote h4 {
  margin: -6px 0;
}
.vote .vote-action {
  font-size: 48px;
  line-height: 0;
  color: #567d8c;
}
.vote .vote-action:hover {
  color: #6f97a6;
}
.questionlist .questionlist-nav .btn-next {
  float: right;
}
.questionlist .questionlist-nav .btn-prev {
  float: left;
}
.question-summary {
  color: #727272;
}
.question-summary panel-body {
  min-height: 106px;
}
.question-summary aside.metrics div.metric {
  float: left;
  text-align: center;
}
.question-summary aside.metrics div.metric h4 {
  margin: 0;
}
.question-summary aside.metrics div.metric .votes {
  background-color: #567d8c;
  color: #ffffff;
  border: 1px solid #487176;
  float: left;
  border-radius: 4px;
  padding: 7px 14px 4px;
}
.question-summary aside.metrics div.metric .answers {
  background-color: #f5f5f5;
  color: #727272;
  border: 1px solid #e3e3e3;
  float: left;
  border-radius: 0 4px 4px 0;
  margin: 5px 0;
  border-left: 0;
  padding: 6px 4px 2px;
}
.question-summary aside.metrics div.metric .answers h4 {
  font-size: 12px;
  line-height: 8px;
  margin-top: 2px;
}
.question-summary aside.metrics div.metric .answers small {
  font-size: 11px;
}
.question-summary aside.metrics div.metric.no-answers .answers {
  color: #a94442;
}
.question-summary aside.metrics div.metric.accepted .answers {
  background-color: #dff0d8;
  color: #468847;
  border: 1px solid #d6e9c6;
}
.question-summary h3 {
  margin: 0 0 6px 0;
  line-height: 1.2;
}
.question-summary .view-count {
  float: left;
}
.question {
  overflow: hidden;
}
.question header h1 {
  margin: 0;
}
.question header .btn-watch {
  margin-top: 4px;
}
.question .panel-note {
  margin-bottom: 0;
}
.answer-status {
  text-align: center;
  font-size: 24px;
  line-height: 0;
}
.answer-status a {
  color: #567d8c;
}
.answer-status a:hover {
  color: #6f97a6;
}
.answer-status a:hover:hover {
  color: #468847;
}
ul.answers .answer .answer-link {
  position: absolute;
  top: 0px;
  right: -4px;
}
ul.answers .answer.accepted {
  border: 1px solid #d6e9c6;
  color: #468847;
}
ul.answers .answer.accepted .panel-body {
  background: #dff0d8;
}
ul.answers .answer.accepted .panel-body a {
  color: #468847;
}
ul.answers .answer.accepted .answer-text a {
  text-decoration: underline;
}
ul.answers .answer .alert a.btn-link {
  color: inherit;
  border: 0;
}
ul.answers .answer .alert a.btn-link:hover {
  text-decoration: underline;
}
ul.answers .answer .answer-text {
  margin-right: 10px;
}
ul.answers .answer img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .questionlist .votes {
    float: none !important;
  }
  .questionlist .answers {
    margin-top: 0 !important;
    border-left: 1px solid #e3e3e3 !important;
    margin-left: 2px !important;
    border-radius: 0 0 4px 4px !important;
  }
  .questionlist .answers.accepted {
    border-left-color: #d6e9c6;
  }
  .vote {
    text-align: left;
    margin-top: -12px;
  }
  .vote h4.count {
    float: left;
    margin: 18px 15px;
  }
  .vote .vote-action {
    float: left;
  }
  .answer-status {
    text-align: left;
    margin-left: 24px;
    margin-top: 12px;
    float: left;
  }
}
</pre></body></html>