.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox{
    padding-top:8px;
    float:left;
}

.shareMatchpoint{
    float:right;
    padding-top:0px;
    width:100px;
}

.addthis_toolbox .hover_effect a
{
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
    padding-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 3px;
}

@media screen and (max-width: 500px) {

    .shareMatchpoint {
        clear: both;
        float: none;
        padding-bottom: 15px;
    }
}