ul.event-list{
    list-style-type: none;
    padding-left: 5px;
    }

ul.event-list li{
    padding-left: 3.5em;
    position: relative;
    }

ul.event-list li .date{
    position: absolute;
    top: 2px;
    left: 0px;
    width: 2.5em;
    border: 1px solid #F75454;
    color: black;
    line-height: 1.3em;
    text-align: center;
    background: white;
    }

ul.event-list li .date .month{
    display: block;
    border-right: 1px solid #ca4545;
    border-bottom: 1px solid #ca4545;
    border-top: 1px solid #f97f7f;
    border-left: 1px solid #f97f7f;
    background: #F75454;
    }

ul.event-list li .date .day{
    display: block;
    }


.racing-times{
    width: 100%;
    margin-top: 7px;
    margin-bottom: 3px;
    }

.racing-times thead tr{
    background: url('../../../images/table-header.png') bottom center repeat-x;
    }

.racing-times th{
    padding: 0px 3px 1px 3px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    }

.racing-times td{
    padding: 1px 7px 2px 7px;
    border-left: 1px solid #999999;
    }

.racing-times .time-column{
    text-align: right;
    border-right: 1px solid #999999;
    }

.racing-times tbody tr.alternate{
    background: url('../../../images/table-alternate.png') center center;
    }

.racing-times tbody tr.last td{
    border-bottom: 1px solid #999999;
    }