/* @override 
	http://localhost:8888/clout/profiles/css/profile.css?m=1402669855
	http://localhost:8888/clout/profiles/css/profile.css?m=1403348353
	http://localhost:8888/clout/profiles/css/profile.css?m=1403348853
	http://localhost:8888/clout/profiles/css/profile.css?m=1403351198
	http://localhost:8888/clout/profiles/css/profile.css?m=1403535516
	http://localhost:8888/clout/profiles/css/profile.css?m=1403536282
	http://localhost:8888/clout/profiles/css/profile.css?m=1403810077
*/

div#profileImage {
	width: 46%;
	margin-right: 3%;
	float: left;
}

#profileDetails p {
	text-align: justify;
	padding: 0 0 2px;
	margin: 0;
}

#ProfilesHolder h2 {
	font-size: 30px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	margin-bottom: 37px;
	margin-top: 30px;
}

#newsfeed h2.extra {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

#profileDetails h3 {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 13px;
	width: 100%;
	padding: 0;
	clear: both;
	text-align: left;
}

div#profileDetails {
	float: left;
	width: 46%;
	
	margin-right: 32px;

}

li.profile {
	margin-bottom: 15%;
	overflow: auto;
	position: relative;
}

#ProfilesHolder ul {
}

div#ProfilesHolder {
	height: auto;
	overflow: auto;
	margin-top: 40px;
	padding-left: 1%;
}

/* BREAKPOINT 960px */

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 640px) { 
#ProfilesHolder h2 {
	width: 100%;
}
div#ProfilesHolder {
	height: auto;
	overflow: auto;
	margin-top: 40px;
	padding-left: 0%;
}
div#profileImage {
	width: 100%;
	margin: 0;
}
div#profileDetails {
	width: 100%;
	position: static;
	margin-top: 15px;
	margin-right: 0;
}
}
