.profile {
}

.profile .heading {
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
}

.profile .sections {
	background-color: #ffffff;
}

.profile .scrollContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #ffffff;
	display: none;
}

.profile .label {
	float: left;
	line-height: 40px;
	width: 150px;
	margin: 0 0 0 10px;
}

.profile .value {
	float: left;
	line-height: 40px;
}

.profile .more {
	float: right;
	width: 9px;
	height: 16px;
	background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/more_s_v1.png);
	background-size: 9px 16px;
	margin: 12px 10px 0 0;
}

.profile .separator {
	height: 1px;
	background-color: #f0f0f0;
	margin: 0 0 0 10px;
}

.profile .value {
	display: block;
	position: absolute;
	height: 40px;
	right: 40px;
	border: none;
	text-align: right;
}

.profile .value.prompt {
	color: #d0d0d0;
}

.profile .user-image {
	width: 200px;
	height: 200px;
	background-size: cover;
	border-radius: 50%;
	margin: 15px auto;
	background-color: #f0f0f0;
}