
ul#example {
  list-style: none;
  margin: 0px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul#example li { display: inline-block; padding-right:10px}

ul#example li span {
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
 color : white;
}

ul#example li.seperator {
  font-size: 65px;
  line-height: 70px;
  vertical-align: top;
  color: #dc431b;
}

ul#example li p {
  color: #FF9800;
  font-size: 25px;
}
