@charset "UTF-8";

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

a:visited {
  color:#6EEDF8;
}

html,body {
  width:100%;
}

html {
  overflow:auto;
}

body {
  width:1050px;
  margin-left:auto;
  margin-right:auto;
  background-color:#ffffff;
  background-image:url(https://img.mfcimg.com/photos2/307/30757375/786-292-547-359-12286642.jpg);
  background-repeat:repeat;
  background-size:cover;
  color:#666666;
  font-family:'Verdana';
  text-align:justified;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
}

.profile_section_content {
  color:#000000;
  text-align:justified;
  border:0;
  padding:5px;
  padding-left:60px;
  padding-right:60px;
  margin:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:80px;
  -webkit-box-shadow:5px 5px 5px #F0A0F5;
  -moz-box-shadow:5px 5px 5px #F0A0F5;
  box-shadow:5px 5px 5px #F0A0F5;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FBB2FA;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:500px;
  -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;
  text-align:center;
  color:#FFFFFF;
  font-family:'comic sans ms';
  font-weight:normal;
  font-style:normal;
  font-size:50px;
  -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:5px 5px 5px #777777;
  -moz-text-shadow:5px 5px 5px #777777;
  text-shadow:5px 5px 5px #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  border-radius:5px;
  height:470px;
}

#avatar_holder {
  height:180px;
  width:180px;
}

#profile_avatar.img_radius_shadow {
  height:150px;
  width:150px;
}

#profile_header_container {
  margin-left:300px;
  margin-right:auto;
}

#profile_header_container .heading {
  position:relative;
  left:-100px;
}

#profile_main_photo .heading {
  font-size:30px;
}

#main_photo.img_radius_shadow {
  width:300px;
  height:199px;
}

.recent_photos {
  width:300px;
  height:240px;
}

.img_radius_shadow.show_preview {
  width:96px;
  height:96px;
}