.firstLetter {
  display: block;
  float: left;
  color: #297AAA;
  font-size: 370%;
  font-weight: bold;
  margin: 5px 15px 6px 0;
  font-family: arial;
  line-height: 29px;
}
.qaWrapper {
  float: left;
}
.qaWrapper .top-feature-container {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  top: 6px;
}
.qaWrapper .authorBioWrapper {
  width: 220px;
  clear: right;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
  left: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .qaWrapper .authorBioWrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.qaWrapper .authorBioWrapper .bioBox {
  margin: 0;
  padding: 10px 10px 5px 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .qaWrapper .questionDetails {
    clear: both;
  }
}
.qaWrapper .questionDetails .questionWrapper {
  font-weight: bold;
  margin: 10px 5px 20px;
  min-height: 35px;
}
.qaWrapper .questionDetails .answerWrapper {
  margin: 10px 5px;
}
.qaWrapper .questionDetails ul,
.qaWrapper .questionDetails ol {
  position: relative;
  left: 40px;
  padding-left: 0;
  width: 95%;
}
.qaWrapper .related-links {
  margin-top: 2.14285em;
}
.qaWrapper .related-links h3 {
  background: none;
  border: none;
  color: #527ca6;
  padding: 0;
}
.qaWrapper a {
  color: #0063DC;
}
.questionTitle {
  /*border-bottom: 2px dotted #000;*/
  padding-bottom: 5px;
}
.recentQuestionsSection .authorBioWrapper .author {
  padding: 10px !important;
  text-align: center;
}
.relatedContentTitle {
  margin-bottom: 0.5em;
  border-bottom-color: #ccc;
  border-width: 3px 0 1px;
  border-style: solid;
  padding: 0.4em 0 0.5em;
  margin-top: 1em;
}
.relatedContentTitle h3 {
  font-size: 20px;
  margin: 0;
}
.contentRelatedLinks .relatedContentItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 3.3%;
  margin-bottom: 1.5em;
  width: 29.5%;
  line-height: 1.4em;
}
@media only screen and (max-width : 767px) {
  .contentRelatedLinks .relatedContentItem {
    width: 28%;
  }
}
.contentRelatedLinks .relatedContentItem div {
  text-align: center;
  margin-top: 3px;
}
@media only screen and (max-width : 767px) {
  .contentRelatedLinks .relatedContentItem div {
    font-size: 14px;
    line-height: 19px;
  }
}
.contentRelatedLinks .relatedContentItem a {
  text-decoration: none;
}
.contentRelatedLinks .relatedContentItem a:hover {
  text-decoration: underline;
}
.contentRelatedLinks .relatedContentItem a img {
  border: 1px solid #eee;
}
#divMoreArticles.more-by-experts {
  margin-top: 15px;
}
.otherQuestions .all-questions-link.viewAll {
  float: right;
  font-size: 17px;
  font-weight: bold;
}
