#ranking_sidebar {
  border: solid 1px #ccc;
  border-radius: 3px;
}
#ranking_sidebar h2 {
  text-align: center;
  padding: 10px 0;
  color: #0134de;
  font-size: 18px !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: solid 1px #eee;
}
#ranking_sidebar .posts_list { padding: 15px; }
#ranking_sidebar .posts_frm {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #E6E6E6;
}
#ranking_sidebar .posts_frm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#ranking_sidebar .posts_frm .number p { border: 0 !important; }
#ranking_sidebar .posts_frm .posts_image { width: 35%; }
#ranking_sidebar .posts_frm .posts_image img { border-radius: 5px; }
#ranking_sidebar .posts_frm .posts_content {
  padding-left: 1rem;
  width: 65%;
  line-height: 1.5;
}
#ranking_sidebar .posts_frm .posts_title {
  margin-top: 0;
  margin-bottom: .8rem;
}
#ranking_sidebar .posts_frm .posts_title h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 991px){
  #ranking_sidebar .posts_frm .posts_title { margin-bottom: 0; }
  #ranking_sidebar .posts_frm .posts_title h3 { font-size: 1.5rem; }
}
