li {
display: inline-block;
border-radius: 10px;
padding: 10px;
background: #BADA55;
}
/* Container with border and rounded corners */
/*ul {
border: 1px solid #ccc;
width: 200px;
*/
/* Border radius for Chrome, Webkit and other good browsers */
/* -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-border-radius: 10px;
border-radius: 10px;
}*/
/* Only add border to bottom of <li> */
/*li {
padding: 10px;
border-bottom: 1px solid #ccc;
}*/
/* Get rid of the last <li>'s bottom border to stop overlap with <ul>'s border */
/* :last-child works in IE7+ */
/*li:last-child {
border-bottom: none;
}*/
/* Get the number and float it right */
span {
float: right;
}