@charset "UTF-8";

a:link,a:active,a:hover {
  color:#4872e9;
}

a:visited {
  color:#5b82f2;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#e0f196;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:bottom center;
  background-attachment:fixed;
  background-repeat:repeat-y;
  background-image:url(https://img.mfcimg.com/backgrounds/11259.jpg);
}

.profile_section_content {
  color:#e0f196;
  border:30px ridge #ad5353;
  padding:30px;
  margin:30px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:-20px -20px 30px #ede0dd;
  -moz-box-shadow:-20px -20px 30px #ede0dd;
  box-shadow:-20px -20px 30px #ede0dd;
}

.profile_section_background {
  background-color:transparent;
  background-color:#d131c7;
  filter:alpha(opacity=45);
  opacity:.45;
}

.img_radius_shadow {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:-3px 0 30px #4872e9;
  -moz-box-shadow:-3px 0 30px #4872e9;
  box-shadow:-3px 0 30px #4872e9;
}

.profile_section_content .heading {
  padding:22px;
  background-color:#ad5353;
  color:#e0f196;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:40px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 20px #4872e9;
  -moz-box-shadow:0 0 20px #4872e9;
  box-shadow:0 0 20px #4872e9;
  -webkit-text-shadow:-7px 0 5px #45095e;
  -moz-text-shadow:-7px 0 5px #45095e;
  text-shadow:-7px 0 5px #45095e;
}

.content {
  padding:5px;
}

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