/* タイムライン用CSS */

@import url("../starwars.css");

table {
    margin: 1.5em auto;
    font-size: small;
}

col {
    vertical-align: text-top;
}

col.number {
    white-space: nowrap;
    text-align: right;
}

col.time {
    white-space: nowrap;
    text-align: right;
}

col.release {
    white-space: nowrap;
}

col.publish, col.date {
    text-align: center;
}

th.series {
    padding-left: 0.5em;
    text-align: left;
    font-weight: bold;
}

th.series em {
    font-style: normal;
    font-size: 85%;
    padding-left: 1.5em;
}

.enonly {
    background-color: transparent;
    font-weight: bold;
    color: #888888;
}


/* end_of_file */
