ul.sbTwitterResultsBadge
  {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
  }

/* float & allow room for the widest item */
li.sbTwitterResultsBadge
  {
    list-style-type: none;
    float: left;
    width: 27px;
    margin-bottom: 4px;
  }

  /* stop the float */
br.sbTwitterResultsBadgeEnd
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
div.wrapperBadge
  {
    width: 90%;
    text-align: center;

  }
img.avatar 
  {
	width: 24px;
	height: 24px;
	border-style: none;
  }

.sbTwitterResultsBadge {

}