#prli-tweet-badge {
  height: 72px;
  width: 51px;
}

#prli-tweet-badge .tweet {
  display: block;
  background: url('images/tweet.png') no-repeat;
  height: 54px;
  width: 51px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #4f4621;
  font-size: 22px;
  text-align: center;
  line-height: 32px;
}

#prli-tweet-badge .retweet {
  display: block;
  width: 51px;
  height: 17px;
  background: url('images/retweet.png') no-repeat;
  cursor: pointer;
}

#prli-tweet-badge .retweet:hover {
  background-position: 0 -17px;
}

#prli-tweet-badge.prli-align-left {
  float: left;
  padding-right: 1em;
  padding-bottom: 0.5em;
}

#prli-tweet-badge.prli-align-right {
  float: right;
  padding-left: 1em;
  padding-bottom: 0.5em;
}

#prli-tweet-badge.prli-align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}

#prli-tweet-badge .prli-align-none {
  display: block;
  clear: both;
}

#prli-tweet-badge .prli-frame {
  background: #eee;
  border-style: solid;
  border-color: #ddd;
}
