table.cycle-table{
    width:100%;
    margin-bottom: 1em;
}

table.cycle-table tr {
    height: 50px;
}

table.cycle-table tr.header {
    height: 1em;
}

table.cycle-table tr.header td {
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}

table.cycle-table tr.color-one {
    background-color: #eeeeee;
}

table.cycle-table tr.color-two {
    background-color: #dddddd;
}

table.cycle-table td.col1 {
    font-weight: bold;
    width: 85px;
}
    
table.cycle-table td.col2 {
    vertical-align:top;
    width: 275px;
}