body {
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
li div{
    background-color: whitesmoke;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid grey;
    font-size: 20px;
}
.item{
    clear: both;
    margin: 30px 0px;
    font-size: 21px;
    border: 2px solid grey;
    padding: 5px;
}