ul.list, ul.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul.list li {
    float: left;
    width: 100%;
    border-radius: 4px;
    padding-top: 30px;
}

ul.list li:nth-child(odd) {
    background-color: #f9f9f9;
}