.profile {
	display: inline-block;
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 24px;
	margin-right: 24px;
	margin-bottom: 24px;
}

.profile img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 50%;
}

.contact-list {
	padding-left: 150px;
}

.contact-list-condensed {
	padding-left: 50px;
}

.bold-foreground {
	color: #299be8;
	font-weight: bold;
}


