html {
    height: 100%;
}
body {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  height: 100%;
  box-sizing: border-box;
}
h2 {
    font-weight: normal;
    color: #4c4c4c;
    line-height: 1.1;
    overflow: hidden;
    font-size: 12px;
    height: 39px;
}
a{
	text-decoration:none;
}
/* NEWS FEED */
.header {
    border-top: 2px solid #c1272d;  
    z-index: 1;
    position: relative;
}
.header img {
    display: block;
    width: 100%;
}
.article-source {
    color: #868686;
}
.article-source span
{
    font-size:11px;
    color: #c1272d;
    font-weight:normal;
}
.wrapper
{
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footer div {
    margin: auto;
    max-width: 300px;
    width: 100%;
    height: 4px;
    background-color: #c1272d;
}
.newsfeed-wrapper
{
    overflow:hidden;
    background-color:#fff;
    padding: 0;
}
.newsfeed
{
  border-top:1px solid #d9d9d9;
  overflow: hidden;
  padding: 5px 10px;
}
.newsfeed-wrapper a:first-child .newsfeed {
    border: none;
}
.newsfeed:hover {
  background-color:#ECEFF5;
}
.newsfeed-image-wrap {
  float:left;
  height: 50px;
  width: 50px;
  overflow:hidden;
  position: relative;
  border-radius: 8px;
}
.newsfeed-image {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    object-fit: cover;
    object-position: top center;
}
.newsfeed-content {
	font-size:11px;
	padding: 0 0 0 8px;
	margin: 0 0 0 50px;
	line-height: 1.2;
	text-align:left;
	color:Black;
}
.newsfeed-content img {
    float: left;
    margin-right: 2px;
}