@charset "UTF-8";

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

a:visited {
  color:#ff44da;
}

body {
  background-color:#ffffff;
  background-color:#ffffff;
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:120%;
}

#fixed_background {
  display:block;
  background-position:bottom right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:100%;
  background-image:url(https://img.mfcimg.com/photos2/260/26075304/830-394-683-629-13062722.gif);
}

.profile_section_content {
  color:#ffffff;
  border:5px solid #000000;
  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:#000000;
  filter:alpha(opacity=65);
  opacity:.65;
}

.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:#6d6d6d;
  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;
}

#profile_about_me > div > .label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
  background-color:#77777764;
  color:#fff;
  border-radius:25px;
  padding-left:12px;
  margin-right:1em;
}

#profile_about_me > div > .value {
  padding:0 1em;
}

.container {
  display:block!important;
}

.list-group-item {
  position:relative;
  display:block;
  padding:.75rem 1.25rem;
  margin-bottom:-1px;
  background-color:#32383e;
  border:1px solid rgba(0,0,0,0.6);
}

#profile_main_photo,#five_things_label,#favorite_books_label,#for_fun_label,#favorite_songs_label,#favorite_movies_label,#craziest_thing_label,#be_anywhere_label,#hobbies_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label,#know_me_label {
  display:none!important;
}

a:hover > .badge {
  background-color:rgba(68,129,39,0.64);
  color:#ffffff;
}

@media only screen and (min-width: 812px) {
  #profile_friends {
    position:absolute;
    top:3em;
    z-index:999;
    background-color:#777777;
    padding:.5em;
    right:4em;
  }
}