.profile-expand .content ul li {
  display: inline-block;
}
.profile-expand.center i {
    font-size: 20px !important;
    margin-top: 4px;
}
.kicon-profile-gender-female, .kicon-profile-gender-male {
    margin-top: -9px;
    margin-right: -3px;
}
.kicon-profile {
    width: 20px;
    height: 24px;
    background: url(assets/iconsets/profile/default/gender.png) no-repeat;
}
.kicon-profile-gender-male {
    background-position: 0 -30px !important;
}
.kicon-profile-gender-female {
    background-position: 0 -2px !important;
}
/* ==== Lock symbol hidden ==== */
.pull-right span.label.label-important {
    display: none !important;
}
