/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/cms/mt-static/themes-base/blog.css);
@import url(/cms/mt-static/themes/fruits/screen.css);
/* end StyleCatcher imports */

.related{
  background: #3B8F11;
}
.related-list {
  padding: 5px !important;
}
.related-list-item {
  background: #fff;
  margin: 5px;
  padding: 3px;
  font-size: 1.2em;
  font-weight: bold;
}

.related-list-item a {
  display: block;
  text-decoration: none;
}
.related-list-item a:active,
.related-list-item a:hover {
  background: #7fff3f;
}
