@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#080808;
  color:#b30d3b;
  font-family:'Verdana';
  font-weight:bold;
  font-style:italic;
  font-size:20px;
}

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

.profile_section_content {
  color:#b30d3b;
  border:0 none #2140ad;
  padding:0;
  margin:0;
  -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_background {
  background-color:transparent;
  background-color:#c0e6f3;
  filter:alpha(opacity=70);
  opacity:.7;
  background-image:url(https://img.mfcimg.com/photos2/223/22321814/891-400-453-543-9791636.jpg);
  background-repeat:repeat-x;
  background-position:center center;
}

.img_radius_shadow {
  -webkit-border-radius:22px;
  -moz-border-radius:22px;
  border-radius:22px;
  -webkit-box-shadow:0 0 0 #5289cf;
  -moz-box-shadow:0 0 0 #5289cf;
  box-shadow:0 0 0 #5289cf;
}

.profile_section_content .heading {
  padding:0;
  background-color:#4c6bc0;
  color:#a93838;
  font-family:'Comic Sans MS';
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #b31a1a;
  -moz-box-shadow:0 0 0 #b31a1a;
  box-shadow:0 0 0 #b31a1a;
  -webkit-text-shadow:0 0 0 #100e0e;
  -moz-text-shadow:0 0 0 #100e0e;
  text-shadow:0 0 0 #100e0e;
  background-image:url(https://img.mfcimg.com/backgrounds/10662.jpg);
}

.content {
  padding:5px;
}

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