@charset "UTF-8";

#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#tags_container,.label,#profile_friends {
  display:none;
}

#eltwitter {
  position:fixed;
  top:150px;
  left:0;
  width:80px;
  height:80px;
}

#mfcshare {
  position:fixed;
  top:265px;
  left:0;
}

#elinstagram {
  position:fixed;
  top:250px;
  left:0;
  width:100px;
  height:100px;
}

#wishlist {
  position:fixed;
  top:355px;
  left:10px;
  width:80px;
  height:80px;
}

#site {
  position:fixed;
  top:450px;
  left:10px;
  width:80px;
  height:80px;
}

a:link,a:active,a:hover {
  color:#ffffff;
}

a:visited {
  color:#ffffff;
}

body {
  background-image:url(https://drive.google.com/uc?id=0B65M0_ZpONYoNGUtQzBkWDhWb2M);
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#fixed_background {
  position:fixed;
  top:0;
  display:block;
  width:100%;
  background-position:top;
  background-attachment:fixed;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.profile_section_background {
  background-color:transparent;
  background-position:0 5px;
  height:7500px;
}

div#profile_about_me.profile_subsection {
  background-image:url(https://drive.google.com/uc?id=1HqzrbFm626B0kCrFz18gIPKxr_R3b2EW);
  background-size:100% 7500px;
  background-repeat:no-repeat;
  height:7500px;
}

.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;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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

.profile_section_content .heading {
  background-color:#ae0b68!important;
  display:none!important;
}

#member_type_value {
  font-weight:bold;
  color:#ae0b68;
}