
ul#example {
  list-style: none;
  
  padding: 0;
  display: block;
  text-align: center;
  border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float:right;
    width:160px;
}

ul#example li { display: inline-block; }

ul#example li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 10px;
}

ul#example li.seperator {
  font-size: 14px;
  line-height: 10px;
  vertical-align: top;
}

ul#example li p {
  color: #a7abb1;
  font-size: 12px;
}
