_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Template:Progression/sandbox/styles.css

In this article we will delve into the fascinating world of Template:Progression/sandbox/styles.css, exploring its origins, impact and relevance today. Since its inception, Template:Progression/sandbox/styles.css has captured the attention of millions of people around the world, sparking passionate debates and sparking unparalleled interest. Over the years, Template:Progression/sandbox/styles.css has evolved and adapted to changes in society, always remaining a topic of great importance. Through this article, we will immerse ourselves in its many facets, discovering its true meaning and its influence in different areas. Join us on this journey of exploration and knowledge about Template:Progression/sandbox/styles.css.
.progression {
	width: 50%;
	margin: 0 auto;
	background: transparent;
}

.progression-header {
	text-align: center;
}

.progression-header > span {
	font-size: 120%;
	font-weight: bold;
}

.progression-bar {
	border: 1px solid #c8ccd1;
	height: 10px;
	width: 100%;
	border-spacing: 1px;
}

.progression-done {
	background: #00af32;
}

.progression-undone {
	background: #eaecf0;
}