@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#393939;
  color:#92751d;
  font-family:'Shadows Into Light',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#fixed_background {
  display:block;
  background-color:#000000;
  background-repeat:no-repeat;
  background-clip:border-box;
  background-attachment:fixed;
  background-size:cover;
  background-image:url(https://img.mfcimg.com/photos2/264/2642895/736-449-712-497-11413827.jpg);
}

.profile_section_content {
  color:#44370e;
  border:0 none #ffffff;
  padding:5px;
  margin:5px;
  font-family:'Shadows Into Light',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -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;
  filter:alpha(opacity=100);
  opacity:1;
}

.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;
  background-color:transparent;
  color:#92751d;
  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;
}