@charset "UTF-8";

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

a:visited {
  color:#728dbe;
}

body {
  width:90%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  background-color:rgb(0,0,0);
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://mfcpro.files.wordpress.com/2014/06/mainbg1.gif);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-attachment:fixed;
  padding:0 40px;
  min-width:600px;
  box-sizing:border-box;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  display:block;
}

.profile_section_content {
  color:#2c7c62;
  border:8px dotted #ffffff;
  padding:11px;
  margin:13px;
  -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;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
  -webkit-box-shadow:0 5px 11px #375d33;
  -moz-box-shadow:0 5px 11px #375d33;
  box-shadow:0 5px 11px #375d33;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#728dbe;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:18px;
  -moz-border-radius:18px;
  border-radius:18px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 2px 0 #224b88;
  -moz-text-shadow:0 2px 0 #224b88;
  text-shadow:0 2px 0 #224b88;
}

.content {
  padding:5px;
}

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