.recently_asked_questions .question {
  overflow: hidden;
  border-bottom: 1px solid #D7DADD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.recently_asked_questions .question.last {
  border-bottom: none;
}

.recently_asked_questions .icon {
  width: 50px;
  float: left;
}

.recently_asked_questions .details {
  margin-left: 50px;
}

.recently_asked_questions .details .meta {
  color: #767B7C;
}

.recently_asked_questions .for_lawyers .icon {
  float: left;
  width: 115px;
}

.recently_asked_questions .for_lawyers .details {
  margin-left: 115px;
}

.recently_asked_questions .for_lawyers ul {
  list-style-image: url("../../images/arrow_bullet.gif"/*tpa=/images/arrow_bullet.gif*/);
}

.recently_asked_questions .link {
  font-size: 12px;
  color: #767B7C;
}
