/* CSS Document */

table.eames-chronology {
    border: 1px solid #888888;
    border-collapse: collapse;
    font-size: 0.9em;
    width: 100%;
}
table.eames-chronology td {
border-bottom: 1px solid #666666;
border-collapse: collapse;}

td.yearstd {
    width: 10%;
}

td.yearstd {
    width: 10%;
    min-width: 80px;
    text-align: center;
}

td.yearstd em {
    font-weight: bold;
    font-size: 1.4em;
    font-style: normal;
    padding: 3%;
}

td.yearstd em.pointyear {
    color: #ff6400;
}

table.eames-chronology td.chronology-guide img {
    width: 100px !important;
    height: auto;
}