@charset "UTF-8";

a:link,a:active,a:hover {
  color:#4c4d4d;
}

a:visited {
  color:#4c4d4d;
}

body {
  background-color:#ffffff;
  background-color:#fcf1f0;
  background-image:url(https://img.mfcimg.com/photos2/194/19431573/223-892-246-172-11718001.png);
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:10px;
}

.profile_section_content {
  color:#ffffff;
  border:0 none #f1f1f0;
  width:900px;
  padding:5px;
  margin:auto;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:#ffffff;
  background:rgb (255,255,255,0.5);
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  margin:auto;
  background:rgb (255,255,255,0.5);
  color:#f1f1f0;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:1px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #f1f1f0;
  -moz-text-shadow:0 0 0 #f1f1f0;
  text-shadow:0 0 0 #f1f1f0;
}

.content {
  padding:5px;
}

.container {
  display:flex;
  justify-content:center;
}

.topnav {
  position:fixed;
  width:863px;
  height:84px;
  top:0;
  margin:0 auto;
}

img {
  border-radius:1%;
  margin-bottom:5px;
}

.divfont {
  font-family:verdana;
  font-size:16px;
  background-color:e8a9a3;
  width:890px;
  border:0 solid #e8e8e8;
  box-shadow:2px 2px 1px rgba(198,198,198,0.4);
}

.divfont1 {
  font-family:verdana;
  font-size:16px;
  height:autopx;
  width:c2b0dbpx;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#username_container {
  display:none;
}

#profile_main_photo {
  display:none;
}

#username_container {
  display:none;
}

#gender_container {
  display:none;
}

#body_type_container {
  display:none;
}

#ethnicity_container {
  display:none;
}

#hair_container {
  display:none;
}

#eyes_container {
  display:none;
}

#weight_container {
  display:none;
}

#height_container {
  display:none;
}

#age_container {
  display:none;
}

#city_container {
  display:none;
}

#country_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

#smoke_container {
  display:none;
}

#drink_container {
  display:none;
}

#drugs_container {
  display:none;
}

#marital_status_container {
  display:none;
}

#occupation_container {
  display:none;
}

#tags_container {
  display:none;
}

#about_me_label {
  display:none;
}

#mfc_time {
  display:none;
}

#header_bar {
  display:none;
}

#profile_header_container {
  display:none;
}

#avatar_holder {
  display:none;
}

#profile_header {
  display:none;
}

#header_bar {
  display:none;
}

::-webkit-scrollbar {
  width:9px;
  height:9px;
}

::-webkit-scrollbar-button {
  width:0;
  height:0;
}

::-webkit-scrollbar-thumb {
  background:#4c4d4d;
  border:0 none #ffffff;
  border-radius:50px;
}

::-webkit-scrollbar-thumb:hover {
  background:#4c4d4d;
}

::-webkit-scrollbar-thumb:active {
  background:#4c4d4d;
}

::-webkit-scrollbar-track {
  background:#7b7b7b;
  border:0 none #ffffff;
  border-radius:2px;
}

::-webkit-scrollbar-track:hover {
  background:#7b7b7b;
}

::-webkit-scrollbar-track:active {
  background:#7b7b7b;
}

::-webkit-scrollbar-corner {
  background:transparent;
}