@charset "UTF-8";

/* cherokee */
@font-face {
  font-family:'Genos';
  font-style:normal;
  font-weight:400;
  src:url(https://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYuUi7CbN8A797S6w.woff2) format("woff2");
  unicode-range:U+0300-0302,U+0304,U+030B-030C,U+0323-0324,U+0330-0331,U+13A0-13FF,U+AB70-ABBF;
}

/* vietnamese */
@font-face {
  font-family:'Genos';
  font-style:normal;
  font-weight:400;
  src:url(https://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYpUi7CbN8A797S6w.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Genos';
  font-style:normal;
  font-weight:400;
  src:url(https://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYpEi7CbN8A797S6w.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Genos';
  font-style:normal;
  font-weight:400;
  src:url(https://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYqki7CbN8A797.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

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

a:visited {
  color:#FF8000;
}

body {
  background-color:#ffffff;
  background-color:#2d392c;
  color:#EEE9E9;
  font-family:'Genos';
  font-weight:none;
  font-style:normal;
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/446/44640607/908-777-599-943-14223731.jpg);
}

.profile_section_content {
  color:#EEE9E9;
  border:10px ridge #BCEE68;
  padding:10px;
  margin:10px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -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:#556B2F;
  filter:alpha(opacity=75);
  opacity:.75;
}

.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:6px;
  background-color:#3d903d;
  color:#EEE9E9;
  font-family:'Genos';
  font-weight:bold;
  font-style:italic;
  font-size:28px;
  -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 -3px 0 #000000;
  -moz-text-shadow:-2px -3px 0 #000000;
  text-shadow:-2px -3px 0 #000000;
}

.content {
  padding:5px;
}

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

#server_time {
  Font-size:14px;
}

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