#content { padding: 10px 10px; }
#content ul { margin: 0; padding: 0; }
#content li { width: 95%; }

#recommendations, #LI_recommendations ul { 
	list-style-type: none; 
	list-style-position: inside; }

#recommendations li, #LI_recommendations li { 
/* 	background: #C5D9A2;  */
	border-bottom: 2px dotted #e0e0e0;
	margin-bottom: 10px; 
	padding: 10px; }

#recommendations li { width: 55%; }
#LI_recommendations { width: 40%; }

#content h2 { font-size: 1em; }

#links { 
	border-bottom: 1px solid black;
	color: #8f8f8f;
	list-style-type: none;

	list-style-position: inside; }

#links li { 
	border-top: 1px solid black; 
	padding: 10px; padding-right: 0; }

#links a { 
	color: #4359A2; 
	font-weight: bold;
	text-decoration: none; }
#links a:hover { color: black; text-decoration: underline; }



#links li { display: block; }
#links h2 { display: list-item; list-style-image: url('../images/links-bullet.png');  }

#LI_recommendations { 
	float: left; 
	font-size: 0.85em;
	margin-left: 2px;
	margin-right: 15px;
	text-align: left; }
#LI_recommendations h2 { 
	background: url(../images/linkedin_thumbs_up.png) no-repeat left top;
	font-size: 1.2em;
	padding-left: 39px; 
	background-position:-7px 3px;
	
	}

.comment { color: #858585; }