@charset "UTF-8";
/* CSS Document */



#feed{
	margin-top:5px;
	}
#feed div{
	width:80%;
	padding-left:60px;
	display:inline-block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #b5b87e; 
	position:relative;
	}

#feed div:last-child{
	border:none;
	}


#feed div img{
	border:3px solid #fff;
	float:left;
	}
#feed div p.text{
	width:420px;
	float:right;
	}
#feed div h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top: 5px;
	}
	
#feed div p1{
	text-align: center;
	font-size:14x;
	font-weight: bold;
}
	
