@charset "UTF-8";

#profile_main_about_holder,#profile_about_me_friends {
  display:block;
  width:1000px;
  margin:auto;
}

#profile_about_me .heading {
  background-image:linear-gradient(to right,rgb(215,189,226) 0%,rgba(215,189,226,0) 100%),url(https://img.mfcimg.com/photos2/566/5666491/380-296-538-313-14590851.png),url(https://img.mfcimg.com/photos2/566/5666491/848-896-850-143-14590850.png);
  background-position:top right,top right,top 0 left 50px;
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-size:150px 150px ,150px 150px,500px 160px;
  height:140px;
  border-radius:35px;
  margin:30px;
  background-color:rgb(215,189,226);
  font-size:0;
  border:1px solid #b30086;
}

#profile_about_me .heading:before {
  color:#b30086;
}

/* ################################ MY STUFF ################################ */
#header_bar,#profile_main_photo,.profile_row,#footer_bar,.mfc_compliance_link,#profile_about_me > .container,#about_me_label {
  display:none;
}

.profile_row:nth-of-type(2),#about_me_container {
  display:block!important;
}

div#aboutSoph {
  padding:50px 150px 50px 170px;
  font-family:Arial,sans-serif;
  color:#4a0039;
  max-width:900px;
  margin:auto;
  line-height:1.6;
  width:600px;
  margin:auto;
  margin:auto;
  font-size:1.2em;
}

#aboutSoph h1 {
  text-align:center;
  color:#b30086;
}

#aboutSoph h2 {
  color:#b30086;
}

#aboutSoph .sophColour {
  color:#c2185b;
}

#aboutSoph ul {
  padding-left:20px;
}

#aboutSoph .sophCenter {
  text-align:center;
}

#aboutSoph .container .label {
  width:250px;
  white-space:nowrap;
}

#aboutSoph .container .label br {
  display:none!important;
}

#aboutSoph .container .label form {
  display:inline!important;
}

#aboutSoph hr {
  margin-top:30px;
  border-color:#ff69b4;
}

.mfc_compliance_link a {
  color:#faf0ff;
/* same as background */
}

/* ################################ MFC PART 1 ################################ */
body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me {
  display:flex;
  flex-flow:wrap;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .heading {
  flex:0 0 100%;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
  flex:0 1 50%;
  margin:0;
  padding:0;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #about_me_container,body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #tags_container {
  flex:0 0 100%;
  margin-top:0;
  margin-bottom:0;
}

.mfc_compliance_link {
  margin-top:10px;
  text-align:center;
  font-size:12px;
  padding-bottom:10px;
}

@media (max-width: 850px) {
  body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
    flex:0 0 100%;
  }
}

@media (min-width: 1500px) {
  body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
    flex:0 0 33%;
  }
}

/* ################################ MFC PART 2 ################################ */
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#faf0ff;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  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:transparent;
  background-color:#FFFFFF;
  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:#d7bde2;
  color:#4a0039;
  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;
}