div.profile {
	overflow-x:auto;
}

div.profile h3 {
	margin-top:0px;
	background-color:white;
}
div.profile h3 span.profile {
	color:#1B4581;
	font-weight:normal;
}

div.profile.new sup.controls {
	display:none;
}

div.profile div.name input,
div.profile input.email,
div.profile input.website {
	width:200px !important;
}

div.profile h5 {
	background-color:white;
}

div.profile div.stats {
	display:none;
}
div.profile div.stats div.section {
	margin:0px;
}

div.profile.new a.edit {
	display:none;
}
div.profile.new a.cancel {
	display:none;
}

/* investments */
div.profile span.percentage {
	font-size:10px;
}
div.profile input.disabled {
	border:none;
	cursor:default;
}
div.profile table.supporting_info td.data {
	width:400px;
}
/* representative */
div.Representative h5.general {
	display:none;
}

/* employee */
div.User div.contact {
	margin-top:10px;
}

/* plant */
div.Plant td.avatar_container {
	text-align:right;
}

/* audit */
div.profile.audit .submit {
	background-color:#DD7226 !important;
}
div.profile.audit .submit a {
	display:inline;
	font-weight:bold;
	color:white;
	background-color:#DD7226 !important;
}
div.profile.audit .submit a:hover {
	color:#1B4581;
}
div.profile.audit .submit .audit {
	color:white;
	text-align:right;
}
