@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#F6A33D;
  background-position:bottom left;
  background-attachment:fixed;
  background-repeat:repeat-x;
  background-image:url(https://img.mfcimg.com/photos2/906/9064251/340-864-511-168-3181497.jpg);
}

.profile_section_content {
  color:#666666;
  border:5px #000 solid;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:15px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  background-color:#fff;
  background-image:url(https://img.mfcimg.com/photos2/906/9064251/569-406-538-412-3181496.jpg);
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.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:3px 15px 5px;
  background-color:#000000;
  color:#ffffff;
  font-family:'Arial black';
  font-weight:900;
  font-size:20px;
  text-transform:uppercase;
  text-align:center;
  text-shadow:2px 2px 0 #F6A33D,-2px 2px 0 #F6A33D,2px -2px 0 #F6A33D,-2px -2px 0 #F6A33D;
}

.content {
  padding:5px;
}

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

#favorite_models_container {
  display:none;
}

/**********************************************************************
                                  top header links
**********************************************************************/
.footer_links,.header_links {
  color:transparent!important;
}

.footer_links a,.header_links a {
  border:2px solid darkgreen;
  background-color:green;
  border-radius:4px;
  box-shadow:inset 2px 6px 12px lightgreen,inset -2px -10px 5px darkgreen,2px 2px 2px black;
  color:white;
  text-shadow:2px 2px 2px black;
  padding:5px 30px;
}

.footer_links a:hover,.header_links a:hover {
  filter:invert(100%);
}

/**********************************************************************
                                  server time
**********************************************************************/
#server_time td {
  text-transform:uppercase!important;
  font-variant:small-caps!important;
  font-family:Arial Black;
  font-weight:500;
  color:#000;
  text-shadow:2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
}