/* Timelines can be very long and huge, like tables, so they should be scrollable. */
.timeline-wrapper {
	max-width: 100%;
	overflow: auto;
}
