@charset "UTF-8";

}

.profile_section_content {
  color:#222222;
  padding:10px;
  margin:10px;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(0,0,0,0.3);
  font-family:Tahoma,sans-serif;
  background-color:rgba(255,255,255,0.85);
}

.profile_section_background {
  background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(https://img.mfcimg.com/photos2/282/28270372/429-810-154-405-13791499.jpg) no-repeat center center;
  background-size:cover;
  opacity:1;
}

.img_radius_shadow {
  border-radius:8px;
  box-shadow:0 5px 15px rgba(0,0,0,0.4);
}

.profile_section_content .heading {
  padding:8px 12px;
  background-color:#ff2a68;
  color:#fff;
  font-family:'Trebuchet MS',sans-serif;
  font-weight:bold;
  font-size:16px;
  border-radius:5px;
  box-shadow:0 2px 6px rgba(0,0,0,0.3);
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);
  text-align:center;
}

.content {
  padding:8px;
  font-size:14px;
  line-height:1.5;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 3px 10px rgba(0,0,0,0.3);
}