@charset "UTF-8";

/* =================================================================
                                                            NEW CSS
=================================================================*/
#tags_container {
  display:none!important;
}

#header_bar {
  display:none!important;
}

#footer_bar {
  display:none!important;
}

#about_me_container {
  margin-left:auto;
  margin-right:auto;
}

.container {
  display:block;
  margin:auto;
}

#about_me_label {
  display:none!important;
  margin-left:auto;
  margin-right:auto;
}

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

#avatar_holder {
  display:none!important;
}

#profile_header_container {
  display:none!important;
}

#profile_comments {
  display:none!important;
}

#profile_interests_content {
  display:none!important;
}

#profile_friends {
  display:none!important;
}

#server_time {
  display:none!important;
}

#username_label,#gender_label,#body_type_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#occupation_label,#cam_score_label,#city_label,#drugs_label,#school_label,#favorite_food_label,#pets_label,#automobile_label {
  font-size:10px;
  color:#fff;
  text-shadow:-1px 0 rgb(199,5,104),0 1px rgb(206,7,108),1px 0 rgb(214,8,151),0 -1px rgb(214,9,172);
  background-position:-80px 0;
  font-wight:bold;
  background-position:200px 0;
  display:none;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value {
  font-size:10px;
  color:#fff;
  text-shadow:-1px 0 rgb(181,106,247),0 1px rgb(181,106,247),1px 0 rgb(181,106,247),0 -1px rgb(181,106,247);
  background-position:-80px 0;
  display:none;
}

#about_me_label {
  opacity:0;
}

::-webkit-scrollbar {
  height:9px;
  width:9px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  border-left:1px solid #fc8dff;
  border-right:1px solid #fc8dff;
}

::-webkit-scrollbar-thumb {
  width:9px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#5ee8fd;
}

/* =================================================================
                                                            NEW CSS
=================================================================*/
a:link,a:active,a:hover {
  color:#fe68e7;
}

a:visited {
  color:#fe68e7;
}

body {
  background-color:#191919;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  margin-left:auto!important;
  margin-right:auto!important;
  color:#000000;
  border:0 none #;
  padding:15px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_background {
  background-color:#191919;
  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 #000000;
  -moz-box-shadow:0 0 0 #000000;
  box-shadow:0 0 0 #000000;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#191919;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  -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;
  display:none;
}

.content {
  padding:5px;
}

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