.mw-timedtextpage-layout {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em;
	margin-top: -1em;

	> * {
		margin-left: 1em;
		margin-top: 1em;
	}

	.mw-timedtextpage-video {
		flex: 0 0 auto;
	}

	.mw-timedtextpage-tt {
		flex: 1 1 30em;

		pre {
			margin: 0;
		}
	}
}
