.mt-profile-view #profile-recent-followers {
  background:transparent url(<mt:StaticWebPath>/plugins/SampleTemplateSet/images/line2.gif) repeat-x scroll center top;
  padding-top: 25px;
  margin-top: -2px;
}
.mt-profile-view #profile-recent-followers h3 {
  margin: 0;
}
#profile-recent-followers .recent-actions {
  margin-left: 0;
  padding-left: 0;
}
#profile-recent-followers .recent-actions-content {
  list-style: none;
  list-style-image: none;
}
#profile-recent-followers .widget-content {
  width: 100%;
}
#profile-recent-followers .user-pic {
  float: left;
  width: 36px;
  height: 36px;
}
#profile-recent-followers .user-name li {
  padding-top: 10px;
  list-style: none;
  list-style-image: none;
}
#profile-recent-followers ul.recent-entries {
  margin-left: 15px;
  padding: 12px 0 12px 10px;
}
#profile-recent-followers ul.recent-entries li {
  list-style-image: url(<mt:StaticWebPath>/plugins/SampleTemplateSet/images/arrow.gif);
  list-style-position: outside;
}
#profile-recent-followers .widget-content:after {
  content: ".";  
  display: block;
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both; 
}
