/* line 6, ../scss/style.scss */
html body .demo {
  position: relative;
  width:500px;
}
/* line 10, ../scss/style.scss */
html body .demo ul {
  padding: 0;
}
/* line 14, ../scss/style.scss */
html body .demo .page {
  counter-increment: step;
}

/* line 40, ../scss/style.scss */
.page {
  padding: 20px 0;
}
/* line 43, ../scss/style.scss */
.page .content {
  text-align: center;
}
/* line 46, ../scss/style.scss */
.page .content .step-number {
  margin: 10px;
  font-size: 72px;
  color: #ffffff;
}
/* line 51, ../scss/style.scss */
.page .content .step-number:before {
  content: counter(step);
}
