@charset "UTF-8";

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

/* online status and other shit */
.profile_row:nth-of-type(1) {
  display:none;
}

/* message wall */
.profile_row:nth-of-type(4) {
  display:none;
}

/*
  Main picture,My Most Recent Pictures and About Me sections
*/
#profile_main_about_holder {
  display:none;
}

/* Photo Galleries */
#profile_photo_galleries {
  display:none;
}

#profile_interests_content .container:not(#meaning_life_container) {
  display:none;
}

.profile_section_content {
  margin:0;
}

#meaning_life_value {
  position:absolute;
  top:0;
  left:0;
  margin:0!important;
  z-index:999;
}

body {
  padding:0;
  margin:0;
}