.account-settings .user-profile {
	margin: 0 0 1rem 0;
	padding-bottom: 1rem;
	text-align: center;
}
.account-settings .user-profile .user-avatar {
	margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 2px solid #1b8dcd;
	padding: 2px;
}
.account-settings .user-profile h5.user-name {
	margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 400;
	color: #9fa8b9;
}
.account-settings .about {
	margin: 2rem 0 0 0;
	text-align: center;
}
.account-settings .about h5 {
	margin: 0 0 15px 0;
	color: #007ae1;
}
.account-settings .about p {
	font-size: 0.825rem;
}