/* Detail Expert - News Item styling */

.exp_detail {
  margin-top: 7px;
}

.dtl_exp_media_fe img {
  margin-right:15px;
  /*
    jpw; added because expert images are being stretched to 210 x 190
  */
  width: 140px;
  height: 190px;
}
.dtl_exp_title {
  float: left;
  font-weight: bold;
  color: #444444;
  width: 95px;
}
.dtl_exp_short {
  color: #555555;
}
.dtl_exp_space {
  margin-top: 3px;
}
