table td {
    font-family: Lucida Console,Monaco,monospace;
    font-size: small;
}

table.latestbulletin td {
    font-family: Lucida Console,Monaco,monospace;
    font-size: medium;
}

.movement {
    font-size: xx-small;
}

.movement_up {
    color: green;
}

.movement_down {
    color: red;
}

.movement_sideways {
    color:gray;
}

.wait_time {
    color:gray;
    font-size: xx-small;
}

.no_wrap {
    white-space: nowrap;
}