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

div.prli-tweet-badge a.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;
}

div.prli-tweet-badge a.tweet:hover {
  text-decoration: none;
  color: #4f4621;
}

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

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

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

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

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

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

.prli-social-buttons-bar {
  padding: 10px 0 10px 0;
}

.prli-social-buttons-bar a {
  padding: 0 10px 0 0;
}

  .prli-twitter-conversations {
    height: 200px;
    min-height: 200px;
    overflow: auto;
  }

.prli-first-tweet {
   border-top: 1px dashed #999999;
}

.prli-tweet {
   padding: 8px 5px 8px 5px;
   margin: 0 10px 0 10px;
   font-size: 12px;
   line-height: 18px;
   font-family: Arial;
   border-bottom: 1px dashed #999999;
}

.prli-tweet-image {
  padding-right: 10px;
}

