@charset "UTF-8";

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

a:visited {
  color:#e0be4c;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#020202;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

#profile_header {
  height:600px;
}

#profile_header .label,#profile_header .value {
  font-size:16px;
}

#profile_header .value,#profile_header .value a {
  color:white;
}

#profile_header_container {
  margin-left:0;
}

#profile_header_container .container {
  display:block;
}

#profile_header_container .container .label {
  margin-bottom:6px;
  margin-top:12px;
}

#profile_header_container .container .label,#profile_header_container .container .value {
  display:block;
}

#profile_header_container .heading {
  background:url(https://img.mfcimg.com/photos2/203/2032149/562-783-233-579-11421269.png) no-repeat top left;
  background-size:contain;
  font-size:0;
  width:480px;
  height:100px;
}

#profile_header_container .label {
  color:red;
}

.profile_section_content {
  color:#020202;
  border:2px none #;
  padding:5px;
  margin:5px;
  -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:#c21702;
  filter:alpha(opacity=100);
  opacity:1;
}

#profile_header .profile_section_background {
  height:600px;
  background-image:url(https://img.mfcimg.com/photos2/203/2032149/982-771-909-530-11421274.jpg);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center top;
  background-color:#000;
}

#profile_header #avatar_holder {
  display:none;
}

.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:#11060d;
  color:#f10707;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -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;
}

.profile_subsection {
  margin:15px;
}