<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home #tfp-floating-bar-social-media {display: none;}
#tfp-floating-bar-social-media {
    display: block;
    position: fixed;
    bottom: 1em;
    left: 0.3em;
}

#tfp-floating-bar-social-media .shared-counts-wrap a.shared-counts-button, #tfp-floating-bar-social-media .shared-counts-wrap .shared-counts-button.included_total {
		float:left !important;
		clear:left !important;
	}

@media screen and (max-width: 1024px) {
    #tfp-floating-bar-social-media {
        display: none;
    }
}</pre></body></html>