table {
    width: 100%;
    margin: auto;
}
td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
th.place {
    width: 5%;
}
th.first {
    width: 25%;
}
th.last {
    width: 35%;
}
th.time {
    width: 5%;
}
div.table {
    width: 580px;
    margin: auto;
}

