@charset "UTF-8";

body {
  width:90%;
  margin:0 auto;
  background-color:#FFA9BF;
  color:#8c008f;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#8c008f;
  border:0 none;
  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:#FFA9BF;
  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:#808080;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
}

.content {
  padding:5px;
}

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

#about_me_label {
  display:none;
}

#avatar_holder,#status_container,#blurb_container,#unix_last_broadcast_container,#unix_last_updated_container {
  display:none;
}

#header_bar,#footer_bar,#profile_main_photo,#tags_container,#about_me_label,#cam_score_container,#profile_friends .heading,#friends_container,#profile_header,#profile_about_me > .heading,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

#about_me_container span#about_me_label,#profile_friends .heading,#profile_friends #friends_container,#profile_friends #favorite_models_container,#profile_about_me #tags_container,#profile_schedule,#profile_about_me div#occupation_container {
  display:none;
}

li,ul {
  list-style:none;
}

#about_me_value {
  text-align:left;
}

#main {
  display:block;
  width:100%;
  height:auto;
  padding:10px;
  margin:0 auto;
  background-color:#FFA9BF;
}

.baseColor {
  background-color:#FFA9BF;
}

p {
  background-color:#FFA9BF;
}

.tipImg {
  width:100%;
  height:auto;
  margin:0 auto;
}

.card-text {
  background-color:white;
}

.card-block {
  padding:.5rem;
}

.test {
  background-image:url(images/02-PlayWithMe.png);
  background-color:#cccccc;
}

.height600 {
  height:600px;
}

.badge-default {
  background-color:#636c72;
}

/* The navigation bar */
.menubar {
  overflow:hidden;
  background-color:#333;
  position:fixed;
/* Set the navbar to fixed position */
  top:0;
/* Position the navbar at the top of the page */
  width:100%;
/* Full width */
}

/* Links inside the navbar */
.menubar a {
  float:left;
  display:block;
  color:#f2f2f2;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
}

#main {
  margin-top:30px;
/* Add a top margin to avoid content overlay */
}