@charset "UTF-8";

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

a:visited {
  color:#;
}

#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#tags_container,#photo_galleries_container {
  display:none;
}

#fixed_background {
  display:block;
  background-position:top right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://s23.postimg.org/f4mynncmz/background.jpg);
}

.profile_section_content {
  color:#;
  border:0 none #;
  padding:5px;
  margin:5px;
  -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:transparent;
  background-color:#;
  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;
  background-color:#;
  color:#ffffff;
  font-family:'Arial';
  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 #ffffff;
  -moz-box-shadow:0 0 0 #ffffff;
  box-shadow:0 0 0 #ffffff;
  -webkit-text-shadow:0 0 0 #ffffff;
  -moz-text-shadow:0 0 0 #ffffff;
  text-shadow:0 0 0 #ffffff;
}

.content {
  padding:5px;
}

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