.event-list li {
    list-style-type: none;
    }

.event-list li.alt {
    background: #d5d5d5;
    }

.event-list li .day {
    font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    float: left;
    text-align: center;
    font-weight: normal;
    height: 40px;
    width: 35px;
    color: white;
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
    line-height: 35px;
    font-size: 16px;
    display: inline;
    }