@charset "UTF-8";

* {
  box-sizing:border-box;
  margin:0;
  padding:0;
}

.container:not(#about_me_container,#rate_container,#admirers_container),#profile_interests_content.profile_section,#profile_comments.profile_section,#body_type_container.container,#about_me_label.label,.header_links,.heading,#profile_header,#footer_bar,.profile_section_background,.mfc_compliance_link,#profile_header.profile_section,#profile_mfc_news_feed_content,#header_bar {
  display:none;
}

#server_time {
  display:none!important;
}

html {
  background-color:#f4c7ea;
}

body {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

img {
  position:relative;
  max-width:100%;
  margin:0;
}

#profile {
  max-width:640px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  background-color:#f5f5fa;
  font-family:georgia;
  font-size:2rem;
  letter-spacing:.3rem;
  border:1px solid black;
}

.sect {
  max-width:610px;
  margin-bottom:20px;
  display:flex;
}

.sect:nth-child(1) {
  background-color:#f05559;
  border:1px solid black;
}

.sect:nth-child(2) {
  background-color:#96E072;
  border:1px solid black;
}

.sect:nth-child(3) {
  margin:0;
  display:flex;
  justify-content:space-between;
  margin-bottom:0;
}

.sect:nth-child(3) > div:nth-child(1) {
  width:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid black;
}

#l,#r {
  width:50%;
  display:flex;
}

#l {
  background-color:#fbe994;
}

#r {
  display:flex;
  flex-direction:column;
  gap:20px;
}

#r > div {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-left:20px;
}

#r > div:nth-child(1) {
  display:flex;
  align-items:flex-start;
}

#r > div:nth-child(2) {
  display:flex;
  align-items:center;
  height:15vh;
  background-color:green;
  border:1px solid black;
}

#r > div:nth-child(3) {
  display:flex;
  align-items:flex-end;
  background-color:#a0d5aa;
  border:1px solid black;
}

#rate_label,#admirers_value {
  display:none;
}

#rate_value {
  position:absolute;
  top:297px;
  left:321px;
  display:flex;
  align-items:center;
  letter-spacing:.6rem;
  height:2.5rem;
}

#rating_value_bar > img {
  height:1.5rem;
}

#rating_confirm,#admire_confirm {
  font-size:0;
}

#admirers_label > #new_admirer > a {
  position:absolute;
  font-size:2.2rem;
  top:334px;
  left:320px;
  text-decoration:none;
  text-transform:uppercase;
  color:pink;
}

#admirers_label {
  font-size:0;
  color:transparent;
}

#new_rating_login_message {
  font-size:0;
  color:pink;
  letter-spacing:0;
}

#new_rating_login_message > a {
  font-size:0;
  text-decoration:none;
  color:lightpink;
  text-transform:uppercase;
  font-weight:bolder;
}

#profile_friends.profile_subsection {
  height:0;
  width:0;
}

#profile_password_photo_galleries {
  display:none;
}