/* Pause decorative CSS animations only while the tab is hidden. */
html[data-page-hidden] *,html[data-page-hidden] *:before,html[data-page-hidden] *:after{animation-play-state:paused!important}
