@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
}

#rating_value_bar img[alt="1"] {
  display:none;
  pointer-events:none;
}

#rating_value_bar img[alt="2"] {
  display:none;
  pointer-events:none;
}

#rating_value_bar img[alt="3"] {
  display:none;
  pointer-events:none;
}

#rating_value_bar img[alt="4"] {
  display:none;
  pointer-events:none;
}

#rating_value_bar img[alt="5"] {
/* override the 5th gold star with a shiny red button LOL */
  background-image:url(https://image.winudf.com/v2/image1/Y29tLnZpZHJvaWQuY29tLmJyLmFwcHMubmFvLmFwZXJ0ZS5vLmJvdGFvX2ljb25fMTU2NzA0MjcxNF8wMTU/icon.png?w=340&fakeurl=1)!important;
  background-size:contain;
/* hide the default src img attribute image */
  position:relative;
  overflow:hidden;
  width:100px;
  height:100px;
  padding:100px 100px 0;
  box-sizing:border-box;
  background-repeat:no-repeat;
}