@charset "UTF-8";

UTF-8;
html,body,.profile_section_content {
  margin:0;
  padding:0;
}

body {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
/* background:#ffffff; */
  background-image:linear-gradient(#fedcea,#c0f3e7);
}

img {
  border:0;
  vertical-align:middle;
}

#unix_last_broadcast_container,#status_label,#member_type_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#school_container,#favorite_food_container,#automobile_container,#profile_schedule,#profile_interests_content,#friends_container,#favorite_models_container,#cam_score_label,#member_type_value,#member_message_value,a[href='#wall'],#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_mfc_share_content {
  display:none!important;
}

#profile_header_container {
  margin:0;
  min-height:0;
}

#about_me_container {
  display:block;
  margin:0;
}

#about_me_value {
  display:block;
}

#status_value {
  display:none;
}

#member_status_value a {
  display:none;
}

#cam_score_value {
  display:none;
}

a {
  text-decoration:none;
}

.eeveeProfile {
}

.eeveeTipMe {
  width:135px;
  position:absolute;
  bottom:0;
  right:160px;
  animation-name:tipMeAnimation;
  animation-duration:8s;
  animation-delay:3s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  animation-timing-function:ease-out;
}

.eeveeNav {
  margin:0 auto;
  padding:0 0 20px;
  width:925px;
  font-family:'Baloo 2',cursive;
  text-transform:uppercase;
}

.eeveeNavGroup {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  line-height:35px;
  margin:0;
  padding:0;
  list-style:none;
}

.eeveeNavLink a {
  font-size:19px;
  font-weight:400;
  color:#993955;
}

.eeveeProfile img {
  max-width:100%;
}

.eeveeContent {
  width:925px;
  margin:0 auto;
}

.eeveePage {
  margin:inherit auto;
}

.aboutMeBottom {
  color:white;
  font-size:16px;
  text-align:center;
}