h1, h2, h3, h4, h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.top-spacer {
	margin-top: 20px;
}

span.step {
  background: #696969;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}