@charset "UTF-8";

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

a:visited {
  color:#ebeaf3;
}

body {
  background-color:#ffffff;
  background-color:#1e1e1e;
  color:#161616;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/268/26861606/436-224-650-800-11279540.png);
}

.profile_section_content {
  color:#161616;
  border:8px double #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -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:#716d6d;
  filter:alpha(opacity=90);
  opacity:.9;
}

.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:#737384;
  color:#ebeaf3;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:italic;
  font-size:20px;
  -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:2px 4px 4px #1c1a1a;
  -moz-text-shadow:2px 4px 4px #1c1a1a;
  text-shadow:2px 4px 4px #1c1a1a;
}

.content {
  padding:5px;
}

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

body {
  width:80%;
  margin:10px auto;
}

img.imgresponsive {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}