.custom-recent-posts {
  width: 300px;
}
.custom-recent-posts h6 {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-top: 10px;
}
.crp-item {
  border-top: 2px solid #CBCBCB;
  box-sizing: border-box;
  padding-bottom: 6px;
  padding-top: 6px;
}
.crp-item .picture.cropped {
  overflow: hidden;
}
.crp-item img:hover {
  opacity: 0.85;
  box-shadow: 0 0 0 #000;
  outline: 0 none;
}
.crp-item h4 a,
.crp-item h4 a:hover {
  color: #999999;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.crp-item h5 a,
.crp-item h5 a:hover {
  color: #000;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 5px;
  margin-top: 4px;
  text-decoration: none;
  text-transform: none;
}
#recommended h6 {
  color: #bb0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 15px 0 5px;
}
#recommended h4 a {
  font-size: 11px;
  line-height: 16px;
  margin: 2px 0;
}
#recommended h5 a {
  color: #369fbf;
  font-size: 14px;
  line-height: 14px;
  margin: 2px 0px;
}
#recommended .crp-item {
  border: none;
  float: left;
  height: 210px;
  margin-right: 10px;
  width: 210px;
}
#recommended .crp-item:nth-of-type(3n) {
  margin-right: 0;
}
#recommended .crp-item .no-picture {
  background: url("/wp-content/skins/vienna/groups/category-page/fallback_300x200.jpg") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  height: 140px;
  width: 210px;
}
#recommended h5 a {
  color: #000000;
}
#recommended h5 a:hover {
  text-decoration: underline;
}
