@charset "UTF-8";

/* hide everything */
#header_bar,#footer_bar,#profile_friends,#profile_header,.heading,.label,.container {
  display:none;
}

/* show only about section */
.container#about_me_container {
  display:block;
}

/* rate & admire */
#profile_friends,#profile_friends .container,#profile_friends .container .label {
  display:none;
}

/* newsfeed */
#profile_mfc_news_feed_content {
  display:none;
}

/* photo galleries */
#profile_photo_galleries,#profile_password_photo_galleries {
  display:block;
}

/* profile comments */
#profile_comments {
  display:none;
}

/* reset */
* {
  box-sizing:border-box;
}

body,.profile_section_content,.container {
  margin:0;
  padding:0;
}

img {
  max-width:100%;
}

#profile_about_me,#profile {
  background:#f2f2f2;
  max-width:1366px;
  margin:0 auto;
}

#about_me_value.value {
  display:inline;
}

.profile_section_content {
  position:static;
}

.container-main {
  width:100%;
  text-align:center;
}