/* Hide the user profile photo */
.um-profile-photo {
    display: none;
}

/* Customize profile header background color */
.um-profile-header {
    background-color: #f2f2f2;
}

/* Custom sidebar */
.um-header {
	position: relative;
	padding: 0;
	border-bottom: solid 1px #ffff;
	min-height: 10px;
}