@charset "UTF-8";

/* custom edits-------------------------------------- */
#profile_header_container div.heading {
  color:#99e5fd;
  font-size:30px;
}

#profile_main_photo {
  visibility:hidden;
  width:550px;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/191/19131825/352-164-977-308-13187362.jpg),url(https://img.mfcimg.com/photos2/191/19131825/477-909-245-651-13187363.jpg);
  background-repeat:no-repeat,repeat-x;
  background-color:#a3afbd;
  color:#ffffff;
}

#profile {
  width:100%;
  min-width:800px;
  max-width:1100px;
}

#blurb_container #blurb_value {
  font-size:15px;
}

#unix_last_updated_container {
  visibility:hidden;
}

.profile_section_content .heading {
  color:#99e5fd;
  background-color:#bd7dad;
}

.profile_section_content {
  color:#000000;
  background-color:rgba(255,255,255,0.5);
}

/* BG image for box "AboutMe"*/
#profile_about_me_friends .profile_section_content {
  background-image:url(https://img.mfcimg.com/photos2/191/19131825/366-764-419-368-13202545.png);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right top;
}

/* BG image for box "interest and hobbies"*/
#profile_interests_content .profile_section_content {
  background-image:url(https://img.mfcimg.com/photos2/191/19131825/284-823-638-555-12756371.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right top;
}

/* BG image for box "schedule"*/
#profile_schedule .profile_section_content {
  background-image:url(https://img.mfcimg.com/photos2/191/19131825/349-820-519-748-13187424.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right top;
}

/*Interests and hobbies text not too wide*/
#profile_interests_content .value {
  max-width:35%;
}

/* end custom edits------------------------------------------ */
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

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

.profile_section_content {
  border:px #;
  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;
}

.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;
  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;
}