﻿.sharrre .box { /*float:left;*/ }

.sharrre .count {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eee;
    border-radius: 4px;
    color: #444444;
    display: block;
    font-size: 17px;
    height: 34px;
    line-height: 34px;
    padding: 4px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.sharrre .share {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #9CCE39;
    border-radius: 4px;
    color: black;
    display: block;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.sharrre .buttons {
    background-color: #fff;
    display: block;
    margin-left: 50px;
    position: absolute;
    z-index: 10;
}

.sharrre .button {
    float: left;
    margin-left: 10px;
    max-width: 50px;
}

.sharrre .twitter { margin-top: 5px; }