/* @override 
	http://localhost:3001/stylesheets/profile.css
	http://localhost:3000/stylesheets/profile.css
*/

#own_projects h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline;
	margin-right: 15px;
}

#projects li div.project div.shared p span.share_number {
	margin-left: 5px;
}

#own_projects ul li div.project div.nav a.info {
	color: #989a9e;
	font-size: 12px;
	background-color: #d1d1d1;
	padding: 5px 5px;
	float: left;
	margin-top: 15em;
}
#own_projects ul li div.project div.nav a.share {
	color: #989a9e;
	font-size: 12px;
	background-color: #d1d1d1;
	padding: 5px 5px;
	float: right;
	margin-top: 15em;
}


body.profile #projects  div.info table tbody tr.content td h5 {
	text-transform: uppercase !important;
}

body.profile #projects li div.info table tbody tr.header td.logo {
	padding-top: 25px;
}

body.profile #projects li div.info table tbody tr.header td.about {
	vertical-align: top;
}


#own_projects ul {
	display: block;
	margin: 20px 0px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#own_projects a.new_project {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #6c6c6c;
	text-align: right;
}

.profile #sidebar {
float:right;
width:208px;
margin-top: 0px;
}

.profile #user #share .total span.numbers {
  
  padding-left : 35px;
  
}