This document summarizes an empirical study on duplication in Cascading Style Sheets (CSS). It finds that about 60% of declarations are duplicated on average across CSS files from various websites. The study analyzes three types of duplication and detects duplication by parsing CSS into a model. It examines CSS files from open source projects and top websites, finding the largest duplications are typically between two selectors and involve five or more common declarations. While CSS size correlates with duplication, grouping adoption does not strongly correlate with reducing duplication. Future work is needed to refactor duplications and help migrate CSS to preprocessing languages.