@charset "UTF-8";

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

#profile {
  width:1000px;
  margin:auto;
  nav-order:visual;
}

.card {
  width:400px;
}

#username_container,#gender_container,#age_container,#sexual_preference_container,#header_bar,#profile_header,#about_me_label,#footer_bar,#profile_friends,#cam_score_container,#tags_container {
  display:none;
}

#about_me_label,#profile_about_me > div:nth-child(1) {
  display:none;
}

.label:not(:last-child) {
  margin-bottom:0;
}

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

a:visited {
  color:#;
}

body {
  background-color:#ffe38f;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  background-color:#dedede;
  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:#dee7a8;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -webkit-border-radius:3;
  -moz-border-radius:3;
  border-radius:3px;
  -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;
}