@charset "UTF-8";

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

a:visited {
  color:#6f6868;
}

body {
  background-color:#ffffff;
  background-color:#1e966c;
  color:#585252;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/10422.jpg);
}

.profile_section_content {
  color:#585252;
  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:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.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:#596d7e;
  color:#f6b1b1;
  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;
}

#username_label,#username_value,#cam_score_label,#cam_score_value,#gender_label,#gender_value,#body_type_label,#body_type_value,#ethnicity_label,#ethnicity_value,#hair_label,#hair_value,#eyes_label,#eyes_value,#weight_label,#weight_value,#age_label,#age_value,#city_label,#city_value,#country_label,#country_value,#sexual_preference_label,#sexual_preference_value,#smoke_label,#smoke_value,#drink_label,#drink_value,#drugs_label,#drugs_value,#occupation_label,#occupation_value,.heading {
  display:none;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}