#upList:before,
#upList:after {
  content: " ";
  display: table;
}
#upList:after {
  clear: both;
}
@media only screen and (max-width: 975px) {
  #upList {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .div-item-with-image-wrapper .articleImage {
    display: none !important;
  }
}
.publish-date {
  font-weight: bold;
  color: #999;
  font-size: 15px;
}
.latest-questions-container .entry-image {
  min-height: 148px;
}
.latest-questions-container .ipost.clearfix hr.article-title-line {
  border-bottom-color: #aaa;
}
