#user_newsfeed{
	border: 1px solid #a9daf9;
	margin-left: 25px;
	width: 436px;
	float: left;
}

#user_newsfeed input{
	padding: 5px;
}

#user_newsfeed_content{
	padding: 20px;
}

#update_status{
	width: 280px;
}

#user_newsfeed_table tr{
	border-top: 1px dotted #eaeaea;
}

#profile_progress_dashboard{
	border: 1px solid #a9daf9;
	margin-left: 25px;
	margin-right: 25px;
}



#profile_progress_dashboard td{
	padding: 15px;
}




#profile_progress_dashboard .counter{
	border: 1px solid  #a9daf9;
	padding: 3px;
	width: 20px;
}


#profile_progress_dashboard .clickable_row{
	cursor: pointer;
	border-top: 1px solid #a9daf9;
}

#profile_progress_dashboard .clickable_row:hover{
	background-color: #f9fdff;
}



