.diy h2 {
  background: #fff;
  color: #000;
  position: relative;
}

.diy h2 .postrank-minilogo {
  display: block;
  width: 16px;
  height: 16px; 
  background: url( http://api.postrank.com/static/widgetSprite.png ) no-repeat -29px 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px 6px 0 0;
}

.diy h2 small {
    display: none;
}
  
.diy h2 .postrank-minilogo:hover {
  background-position: -29px -16px;
}

.diy .postrank-options {
  display: none;
}

.diy .postrank-posts-wrapper {
  position: relative;
  margin: 2px 0;
}

.diy .postrank-posts {
  margin: 0 2px;
  list-style: none;
  padding: 0 0 5px 0;
}

.diy .postrank-posts li {
  margin: 5px 5px 5px 0px;
  padding: 2px 0 0 40px;
  min-height: 16px;
}

.diy .postrank-posts li a.postrank-value {
  display: block;
  width: 29px;
  height: 19px;
  top:-3px;
  background: #d07f30 url( http://api.postrank.com/static/widgetSprite.png ) no-repeat 0 0 !important;
  float: left;
  margin-left: -35px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}