/*    CSS hack for Safari only   */
/*    http://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome   */
/*    needs to be a separate css file, SASS compiling will destroy it    */

_::-webkit-full-page-media, _:future, :root body.news-post .SiteBanner {

    padding-bottom: 60px;

}

_::-webkit-full-page-media, _:future, :root body.news-post .SiteBanner :last-child {

    margin-bottom: 12px;

}

_::-webkit-full-page-media, _:future, :root body.news-post .BioContainer {

    margin-top: -70px;

}

/*
_::-webkit-full-page-media, _:future, :root body.news-post .BioContainer .BioText .BlogAuthor {

    position: absolute;
    left: 100px;
    bottom: 0;

}
*/

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    body.news-post .BioContainer .BioText .BlogAuthor { 

        position: absolute;
        left: 120px;
        bottom: 0;

    }
}}