div.backtype-tweetcount {
    font: normal 10px Arial, sans-serif;
    margin-right: 10px;
    height: 60px;
    width: 52px;
    float: left;
    color: #000
}

div.backtype-tweetcount a {
    background-color: #efefef;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 1px;
    color: #333
}

div.backtype-tweetcount a.count {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 5px 3px 3px;
    margin-bottom: 2px
}

div.backtype-tweetcount a.rt {
    background: #efefef url(http://assets.backtype.com/img/widgets/tweetcount/button-pattern.gif) center center repeat-x;
    border: 1px solid #ddd
}

div.backtype-tweetcount a.rt:active, div.backtype-tweetcount a.rt:hover {
    border: 1px solid #bbb;
    color: #000
}

div.backtype-tweetcount em {
    font-style: normal;
    line-height: 16px;
    font-size: 16px;
    display: block;
    color: #000
}

span.backtype-tweetcount {
    font: normal 12px Arial, sans-serif;
    height: 18px;
    width: 120px;
}

span.backtype-tweetcount a {
    text-decoration: none;
    float: left
}

span.backtype-tweetcount a.count {
    background: url(http://assets.backtype.com/img/widgets/tweetcount/twitter.gif) 0 0 no-repeat;
    padding: 2px 6px 2px 20px
}

span.backtype-tweetcount a.count:active, span.backtype-tweetcount a.count:hover {
    text-decoration: underline
}

span.backtype-tweetcount a.rt {
    background: #efefef url(http://assets.backtype.com/img/widgets/tweetcount/button-pattern.gif) center center repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    text-align: center;
    padding: 1px 4px;
    font-size: 11px;
    color: #333
}

span.backtype-tweetcount a.rt:active, span.backtype-tweetcount a.rt:hover {
    border: 1px solid #bbb;
    color: #000
}

span.backtype-tweetcount em {
    font-style: normal;
    font-weight: bold;
    color: #000
}