﻿body {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
/* NEWS FEED */
.newsfeed-wrapper
{
    display:block;
    width:298px; 
    overflow:hidden;
    background-color:White;
    float:left;
    height:213px;
    border:1px solid #420095;
}
.newsfeed-wrapper:hover
{
    overflow-y:scroll;
}
.newsfeed
{
  border-top:1px solid #d9d9d9;
  display:block;
  overflow: hidden;
  padding: 5px;
  width: 290px;
}
.newsfeed:hover {
  background-color:#f4f4f4;
  border-left: 1px solid #666;
  margin-left: -1px;
}
.fb .newsfeed-content{
  color:#3B5998;
}
.newsfeed-image-wrap {
    border-right: 1px solid #420095;
    padding-right: 4px;
  display:inline-block;
  float:left;
  height: 35px;
  width: 35px;
  overflow:hidden;
}
.newsfeed-image {
  float:left;
  width:35px;
  min-width:35px;
  height:35px;
}
.newsfeed-content {
    float: left;
	font-size:11px;
	padding:2px 0 0 5px;
	margin:0px;
	width: 84%;
	line-height: 1.2;
	text-align:left;
	color:Black;
	font-weight: bold;
}
.newsfeed-content span
{
    font-size:11px;
    color:gray;
    font-weight:normal;
}
.newsfeed-content a{
	font-size:11px;
	color: Black;
	text-decoration:none;
}
.newsfeed:after {
    clear: both;
    content: "";
    display: table;
}