@charset "UTF-8";

.header_links {
  display:none;
}

div#server_time {
  display:none;
  color:white;
  position:absolute;
}

span#favorite_songs_label {
  color:white;
  display:none;
}

span#hobbies_label {
  color:white;
  display:none;
}

span#favorite_books_label {
  color:white;
  display:none;
}

span#talents_label {
  color:white;
  display:none;
}

div#profile_friends {
  display:none;
}

div#profile_comments {
  display:none;
}

a:visited {
  color:#;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:555px;
  width:400px;
  left:20px;
  margin:0 auto;
}

.profile_row {
  padding:0 -20px;
}

.profile_section_content {
  color:#000000;
  border:px #;
  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-left:12px;
  background-color:#000000;
  background-image:url(https://img.mfcimg.com/photos2/523/5231957/664-268-233-675-8306403.jpg);
  background-size:550px;
  background-position-y:-70px;
  background-position-x:center;
  color:white;
  font-family:'Trebuchet MS';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -moz-border-radius:0;
  border-radius:5px;
  -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;
}

.profile_subsection .heading {
  margin-left:0;
}

.profile_subsection .container {
  margin-left:150px;
}

.content {
  padding:5px;
}

.label {
  text-align:right;
  min-width:260px;
  font-weight:normal;
}

#profile_header .label,#profile_header .value {
  font-size:9px;
}

#profile_interests_content .value {
  text-align:center;
}