.content {
  	width: 1136px;
  }
    
 .arrow {
 	font-size: xx-large; 
 	float: left; 
 	cursor: pointer;
 	margin-top: 20px;
 	color:#00A7D1;
 }
 
 .worldWriteFeedContentContainer {
 	width: 930px; 
 	float: left;  	 
 } 
 
 .worldWriteFeedContentContainer div {
 	font-size:1em;
 }
 
 .worldWriteFeedContentContainer > div {
 	width: 200px;
 	height: 100px;
 	margin-left: 25px;  
 	float: left;  	  		
 }
 
 .worldWriteFeedBackground {
 	width: 75px; 
 	height: 75px;
 	margin-left: 5px; 
 	padding-left: 5px; 
 }
 
 .worldWriteFeedContent {
 	position: relative; 
 	left:80px;
 	z-index: 1000; 
 	height: 90px; 
 	width: 137px; 
 	top: -75px; 
 	margin-left: 5px; 
 	padding-left: 5px; 
 	line-height:1.5;
 	
 	/* put these first for ie */
 	background-color: #FFF;
 	filter: alpha(opacity=40);
 	
 	/* now for the CSS3 style */
 	background-color: rgba(250, 250, 250, 0.4); 
 }
 
.worldWriteFeedSubject {
	font-size:1.2em;
	
 }
 
 .worldWriteFeedRole {
 
 	font-size:1.1em;
 	
 }
 
 .worldWriteFeedCriterion {
 	font-style: italic;
 }