@charset "UTF-8";

a.news-feed__rss {
  position: absolute;
  top: 0;
  right: 0;
}

div.news-feed {
  position: relative;
}

div.news-feed__item--horizontal {
  display: table;
  width: 100%;
}

div.news-feed__item--horizontal,
div.news-feed__item {
  margin-bottom: 10px;
}

div.news-feed__item--horizontal div.news-feed__thumb {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}

div.news-feed__item--horizontal div.news-feed__thumb img {
  width: 120px;
  max-width: none;
}

div.news-feed__item--horizontal div.news-feed__body {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

div.news-feed__body div.news-feed__title {
  font-weight: bold;
}

div.news-feed__read-more {
  margin-top: 20px;
}
