@charset "UTF-8";

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

a:visited {
  color:#edc3ff;
}

body {
  background-color:#ffffff;
  background-color:#040404;
  color:#e5d6d6;
  font-family:'Courier New';
  font-weight:bold;
  font-style:uppercase;
  font-size:18px;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/10321.jpg);
}

.profile_section_content {
  color:#e5d6d6;
  border:5px ridge #e5fff9;
  padding:10px;
  margin:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:1px 1px 15px #e9faf2;
  -moz-box-shadow:1px 1px 15px #e9faf2;
  box-shadow:1px 1px 15px #e9faf2;
}

.profile_section_background {
  background-color:transparent;
  background-color:#2f2e2e;
  filter:alpha(opacity=70);
  opacity:.7;
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:-5px 5px 15px #f6eded;
  -moz-box-shadow:-5px 5px 15px #f6eded;
  box-shadow:-5px 5px 15px #f6eded;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#e9d6e9;
  color:#232323;
  font-family:'Courier New';
  font-weight:bold;
  font-style:uppercase;
  font-size:18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:1px 1px 5px #efeded;
  -moz-box-shadow:1px 1px 5px #efeded;
  box-shadow:1px 1px 5px #efeded;
  -webkit-text-shadow:-1px -1px 4px #dad5d5;
  -moz-text-shadow:-1px -1px 4px #dad5d5;
  text-shadow:-1px -1px 4px #dad5d5;
  background-image:url(https://img.mfcimg.com/backgrounds/10901.jpg);
}

.content {
  padding:10px;
}

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