.timeline-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.timeline-table th,
.timeline-table td {
    border: 1px solid #a2a9b1;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    font-size: 0.9375rem;
}

.timeline-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.timeline-table tr:nth-child(even) td {
    background-color: #f8f9fa;
}