.number {
float:left;
margin: 0 10px 10px 0;
background-color: #6d6d6d;
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
color: rgb(255, 255, 255);
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 42px;
font-weight: bold;
height: 42px;
line-height: 42px;
padding-bottom: 2px;
padding-left: 9px;
padding-right: 9px;
padding-top: 2px;
}

/* to avoid single word widow on safety leadership lists add 25px bottom padding to the number div like this:
<div class="number" style="margin-bottom:25px;">5</div>


or try making the numbers smaller for just that article:
.number {
font-size:26px;
height:20px
line-height:20px;
}
*/