.tweetbox-toolbar-area .row {
    height: 100%;
    
}

.tweetbox-toolbar-button {
    margin: 0 auto 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #C2EDFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.tweetbox-toolbar-button img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
}

.tweetbox-toolbar-button:hover {
    border: 1px solid rgba(115, 160, 199, 0.274);
}

.tweet-button-wrapper {
    position: relative;
    height: 40px;
    margin: 3px 14px 0 5px;
}

.small-tweet-button {
    background: #2598FF;
    color: #fff;
    font-size: 0.85em;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    line-height: 38px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #fdfdfd;
}