.pipeline-table, .product-table {
	width: 100%;
	border-collapse: collapse;
}
.pipeline-table th, .pipeline-table td, .product-table th, .product-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}
.pipeline-table th, .product-table th {
	background-color: #222;
}
.truncate-text {
	max-width: 25dvw;
	max-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	background-color: #000;
}
.truncate-text ul, .truncate-text ol {
	max-height: 75px;
	overflow: hidden;
}
.truncate-text.expanded, .truncate-text.expanded ul, .truncate-text.expanded ol {
	overflow: visible;
	max-height: none;
	max-width: none;
}
.example-images img {
	max-height: 75px;
	margin-right: 5px;
}
td small {
	color: #666;
}
.section h2 {
	margin-top: 1rem;
	margin-bottom: 0.2rem;
}
.section {
	margin-top: 0.2rem;
	margin-bottom: 1rem;
}

