@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
  background-size:400% 400%;
  animation:gradient 15s ease infinite;
  height:100vh;
}

@keyframes gradient {
  0% {
    background-position:0 50%;
  }

  50% {
    background-position:100% 50%;
  }

  100% {
    background-position:0 50%;
  }
}

.profile_section_content {
  color:#666666;
  border:0 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:#FFFFFF;
  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;
}

.content {
  padding:5px;
}

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

#profile_comments,#average_rating_container,#favorite_models_container {
  display:none!important;
}

.heading {
  color:white;
  border-bottom:1px solid orange;
  font-weight:bold;
}

.profile_section_background {
  opacity:.5;
  background-color:#000;
}

.profile_section_content,#profile_header_container {
  color:white;
}

#profile_friends {
  margin-top:20px;
}