.law_edit {
	float: right;
}

#profiles_left {
	width: 890px;
}

#profiles_titles {
	line-height: 23px;
	margin-top: 5px;
	font-style: italic;
	font-size:  16px;
}

#profiles_biography {
	line-height:  1.75em;
}

.profiles_text {
	margin-top: 15px;
	margin-bottom: 40px;
}

#profiles_right {
	float: right;
	width: 250px;
	border-left: 2px solid #efefef;
	padding-left: 25px;
	word-wrap: break-word;
}

#profiles_photo img {
	max-width: 245px;
}

#content #profiles_right ul {
	padding-left: 20px;
}

#profiles_education {
	line-height: 18px;
}


/* mobile
------------------------------------------------------------------- */

@media screen and (max-width: 1200px) {

	body #content h1 {
		margin-top:  0 !important;
	}

	#profiles_right {
		float: none;
		width: 100%;
		border: none;
		padding: 0;
	}

	#profiles_left {
		width: auto;
		margin-top: 40px;
	}

	#profiles_titles {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

}