#media-list li {
	padding-bottom: 1em;
	list-style-type: none;
   text-align:left;
}
#media-list .post-title {
		font-size:1.2rem;
	margin-bottom: 0.2em;
}
#media-list img {
	float:left;
	padding-right:1em;
}
#media-list a {
	color:#3f5083;
	
}
#media-list .post-published {
	font-size:0.8rem;
	color:rgba(200,200,200,0.6);
}

#media-list .post-content {
	color:rgba(170,170,170,1);
	font-size:1rem;
	   text-align:left;
	   padding-bottom: 1em;
}

#media-list .post-content a {	

  overflow-wrap: break-word;
  word-wrap: break-word;

-ms-word-break: break-all;
  
  word-break: break-all;

  word-break: break-word;


  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
