/* dfb specific */
.entry-content .dfb.CYTrending {
  margin-top: 20px;
}
.dfb.CYTrending .CYTrending__posttitle {
  text-shadow: none;
  font-family: "Source Sans Pro", arial, sans-serif;
  background-color: #F62;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #710;
  border-bottom: 2px solid #710;
  font-size: 18px;
}
.dfb.CYTrending .CYTrending__title {
  background-color: #495257;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px 20px;
  text-align: left;
}
.dfb.CYTrending .CYTrending__titletext:before,
.dfb.CYTrending .CYTrending__titletext:after {
  content: none;
}
.dfb.CYTrending .CYTrending__readmore span {
  background-color: #495257;
}
.dfb.CYTrending ..CYTrending__thumbnailWrapper {
  flex: 0 1 auto;
}
.dfb.CYTrending__postLink {
  background: none;
}
