.hidden-element {
  display: none;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
div.user-count-visualization div#number {
  font-family: 'Lato Hairline';
  font-size: 190px;
  line-height: 190px;
  color: #058CBE;
  float: left;
  margin-top: 5px;
}
div.user-count-visualization div#wheels {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.user-count-visualization div.wheel {
  float: left;
  width: 42px;
  height: 42px;
  background-color: #07BCFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.user-count-visualization div#wheels img {
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}
div.user-count-visualization div.wheel,
div.user-count-visualization div#wheels img {
  margin-left: 8px;
  margin-bottom: 6px;
}
