h1.amaaaze-username,
h2.amaaaze-description {
	font-weight: 100;
	color: #fff;
}
h1.amaaaze-username {
	font-size: 24px;
	margin: 0 0 10px;
}
h2.amaaaze-description {
	font-size: 13px;
	margin: 0 0 20px;
}

.amaaaze-icon-sidebar {
	margin: 0 5px;

	&:before {
		width: 22px;
		height: 22px;
		font-size: 22px;
	}

}
.amaaaze-icon-sidebar--gplus {
	margin-left: 8px;
}

.amaaaze-icon-button:before {
	margin-top: 3px;
	margin-left: -3px;
}

.image-container {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.profile-picture {
	display: inline-block;
	margin: 20px auto;
}
.profile-picture img{
	height: auto;
    max-width: 220px;
    width: 100%;
}
