.simple-share
{
    margin: 1em 0;
    clear: both;
}

.simple-share .simple-share-button
{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.simple-share .fb-like iframe {
    max-width: none;
}

#simple-share-mobile-footer-wrap,
#simple-share-mobile-footer
{
    display: none;
}

@media screen and (max-width: 480px)
{
    .simple-share
    {
        display: none;
    }

    #simple-share-mobile-footer-wrap,
    #simple-share-mobile-footer
    {
        height: 50px;
        display: block;
    }

    #simple-share-mobile-footer
    {
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0px;
        z-index: 100;
        padding: 0;
    }

    #simple-share-mobile-footer a
    {
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0;
        margin: 0;
    }

    #simple-share-mobile-footer .simple-share-mobile-footer-button
    {
        display: inline-block;
        width: 50%;
        text-align: center;
        color: #ffffff;
        padding: 0;
        margin: 0;
    }

    #simple-share-mobile-footer .simple-share-twitter
    {
        background-color: #00acee;
    }

    #simple-share-mobile-footer .simple-share-facebook
    {
        background-color: #3b5998;
    }
}
