@charset "UTF-8";

#profile_comments {
  display:none;
}

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

a:link {
  text-decoration:none;
  font-family:'Verdana';
}

a:hover {
  opacity:.7;
}

a:visited {
  color:#;
}

body {
  font-family:'arial';
  font-size:1rem;
  line-height:1;
  color:#240100;
  background-color:#000;
  background-image:url(https://img.mfcimg.com/photos2/161/16102864/631-137-320-289-9090853.jpg);
  background-position:right;
  background-repeat:no-repeat,no-repeat,repeat;
  background-attachment:fixed;
  padding-top:-10px;
  background-size:contain;
}

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

#header_bar,#footer_bar,#about_me_label,#about_me_value,#profile_main_photo,#profile_interests_content {
  display:none;
}

#username_container,#username_value,#gender_container,#gender_value,#body_type_container,#body_type_value,#ethnicity_container,#ethnicity_value,#hair_container,#hair_value,#eyes_container,#eyes_container,#weight_container,#weight_value,#height_container,#height_value,#age_container,#age_value,#country_container,#country_value,#sexual_preference_container,#sexual_preference_value,#smoke_container,#smoke_value,#drink_container,#drink_value,#drugs_container,#drugs_value,#marital_status_container,#marital_status_value,#occupation_container,#occupation_value,#school_container,#school_value,#favorite_food_container,#favorite_food_value,#pets_container,#pets_value,#automobile_container,#automobile_value,#city_container,#city_label> div:nth-child(1) {
  display:none;
}

#profile {
  width:1024px;
  background:#FFF url(https://img.mfcimg.com/photos2/161/16102864/453-946-730-499-9091440.jpg) top left no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
  padding-top:520px;
  margin-left:-50px;
}

#profile_avatar {
  margin-top:-106px;
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#000;
  color:#fff;
  height:40px;
  font-size:1.4rem;
  font-weight:normal;
  padding:10px 0 0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:20px 20px 20px 20px;
  text-align:center;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

.tweet {
  padding-left:50px;
  display:inline-block;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.tweet:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.twitter {
  margin-left:410px;
  display:inline-block;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.twitter:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.photo_gallery_lock {
  padding:10px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.photo_gallery_image {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.6);
}

#img_preview {
  background-color:rgba(200,179,156,0);
  z-index:999!important;
}

.wall_post_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.4);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.6);
}

#cam_score_label,#cam_score_value {
  display:none;
}

#password_photo_gallery_previews {
  border:solid 3px;
  border-radius:20px 20px 20px 20px;
}

#photo_gallery_previews {
  border:solid 3px;
  border-radius:20px 20px 20px 20px;
}

.citizenship {
  margin-left:22px;
}

.supporter {
  margin-left:23px;
}

.halloween {
  margin-left:224px;
}

.fans {
  margin-left:25px;
}

.stars {
  margin-left:157px;
}

.king {
  margin-left:20px;
}