@charset "UTF-8";

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

a:visited {
  color:#ffffff;
}

div#profile_friends {
  display:none;
}

body {
  background-color:#000000;
  background-image:url(https://img.mfcimg.com/photos2/811/8117190/403-417-639-290-14451615.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:cover;
  color:#000000;
  font-family:'Poor Story';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  padding:0;
  min-width:200px!important;
}

.profile_section_content {
  color:#ffffff;
  border:5px solid #000000;
  padding:5px;
  margin:5px;
  -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;
  font-weight:bold;
}

.profile_section_background {
  background-image:url(https://img.mfcimg.com/photos2/811/8117190/668-243-926-163-14451631.jpg);
  background-color:#000000;
  background-repeat:no-repeat;
  background-attachment:fixed;
  width:100%;
  background-size:cover;
}

.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 {
  display:table;
  width:70%;
  height:auto;
  margin-right:auto;
  margin-left:auto;
}

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

#profile_header .label,#profile_header .value {
  font-size:16px;
}

.content {
  padding:5px;
}

.header_links,.footer_links {
  float:none;
}

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

.socialmedia {
  width:80px;
  height:80px;
  padding:0;
  margin:10px;
  border-width:0;
}

div#age_container {
  display:none;
}

div#sexual_preference_container {
  display:none;
}

#profile_main_photo {
  display:none;
  vertical-align:top;
}

span#about_me_label {
  display:none;
}

div#username_container {
  display:none;
}

div#gender_container {
  display:none;
}

div#country_container {
  display:none;
}

div#blurb_container {
  display:none;
}

div#occupation_container {
  display:none;
}

div#profile_about_me {
  text-align:center;
}

.container {
  display:inline-grid;
}

#profile_header_container {
  margin:auto;
  margin-left:auto;
  margin-right:auto;
  min-height:0;
  text-align:center;
}

#member_type_value {
  font-weight:bold;
  color:red;
  display:none;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
  display:none;
}

.popular-header {
  font-size:16px;
  padding:0 5px;
  line-height:35px;
  font-weight:bold;
  color:#000000;
}

div#tags_container {
  visibility:hidden;
  height:0;
}

.my_mfc_share {
  height:1500px;
  color:#ffffff;
  -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;
  font-weight:bold;
}

@media only screen and (max-width: 700px) {
  img {
    width:100%;
    height:auto;
  }

  .socialmedia {
    width:10%;
    height:auto;
    padding:0;
    margin:10px;
    border-width:0;
  }

  #profile {
    display:table;
    width:100%;
    height:auto;
    margin-right:auto;
    margin-left:auto;
  }
}