<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#download-table {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#download-table .sublibrary-cell {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #EEEEEE;
	width: 550px;
}

#download-table .sublibrary-cell .logo-cell {
	padding: 20px 10px 20px 10px;
	width: 120px;
	max-height: 140px;
}

#download-table .sublibrary-cell .logo-cell .sublibrary-logo {
	max-width: 100px;
	max-height: 100px;
}

#download-table .sublibrary-cell .link-cell {
	width: 430px;
}</pre></body></html>