@charset "UTF-8";

UTF-8;
a:link,a:active,a:hover {
  color:#FFC0CB;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#FFB6C1;
}

body {
  background:linear-gradient(to bottom right,#4B0082,#8A2BE2);
  color:#FFFFFF;
  font-family:'Arial Black',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  background-position:center;
  background-attachment:fixed;
  background-size:cover;
  background-image:url(https://img.mfcimg.com/photos2/427/42705651/861-593-990-465-14347378.jpg);
}

.header_time,.mfc_compliance_link,#footer_bar,.header_links {
  display:none!important;
}

#profile_about_me {
  margin-bottom:20px;
}

.profile_section_content {
  background:rgba(75,0,130,0.8);
  padding:10px;
  margin:10px;
  border-radius:5px;
  box-shadow:0 0 10px 0 rgba(0,0,0,0.75);
  color:#fff;
}

.profile_section_background {
  background-color:rgba(124,16,16,0.3);
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  margin:-4px -4px 15px;
  padding:10px;
  background-color:#6A5ACD;
  color:#fff;
  font-family:'Verdana';
  font-weight:bold;
  border-radius:5px;
  box-shadow:0 0 10px 0 rgba(0,0,0,0.75);
  text-shadow:0 0 5px rgba(0,0,0,0.75);
}

.content {
  padding:10px;
  margin-bottom:20px;
}

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