.allExperts .expertQuestions {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .allExperts .expertQuestions > a {
    float: none !important;
  }
}
.allExperts .expertQuestions img.thumbnail {
  margin-bottom: 3px;
}
.allExperts .expertQuestions .expertName {
  min-width: 110px;
}
.allExperts .expertQuestions ul {
  padding-left: 25px;
}
.questionItem {
  width: 32%;
  clear: both;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 319px) {
  .questionItem {
    width: 49%;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .questionItem img {
    width: 180px;
  }
}
.questionItem .nameWrapper {
  background-color: #00529B;
  width: 180px;
  margin-top: -19px;
  text-align: center;
  bottom: 1px;
  color: #fff;
  position: relative;
  height: 24px;
}
@media only screen and (max-width : 767px) {
  .questionItem .nameWrapper {
    width: auto;
    font-size: 15px;
  }
}
.questionItem ul {
  margin: 15px 0 0 0;
  font-size: 14px;
  padding-left: 15px;
}
.questionItem strong a {
  font-size: 14px;
  padding-left: 15px;
}
.module-right-column-container {
  margin-left: 30px;
}
