@import url(../contents.css);

main table.timeline {
    border-collapse: collapse;
    border: none;
}

main table.timeline th,
main table.timeline td {
    border: none;
    background-color: transparent;
    padding: 10px;
}

main table.timeline tr {
    border-top: solid 1px #d9cbba;
    border-bottom: solid 1px #d9cbba;
}

main table.timeline tr:nth-child(2n) {
    background-color: #fcf9f6;
}

main p.greeting {
    margin-top: 1em;
}

main p.signature {
    font-size: 20px;
    margin-top: 40px;
}