.profile_image{
	margin-bottom: 8px;
	
}

.profile_name{
	font-size: 1.1em;
	font-weight: bold;
	
	
}

.profile_text{
	font-size: .9em;
	margin-top: 2px;

}

.profile_label{
	font-size: .7em;
	color: #888;
	text-transform: uppercase;
	border-top: 1px solid #AAA;
	margin-top: 5px;

}


.edit{
	font-size: .9em;
	margin-top: 10px;
	border-top: 1px solid #AAA;
	padding-top: 3px;

}

/* button style */

.buttoncontainer{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #AAA;
	padding-bottom: 5px;

}

.button{
	background-color: #4b8cc8;
	border: 1px solid #304684;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

/* button hover effect */
.button:hover{
	text-decoration: none;
	color: #ffb040;
}