<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.complex-plugin-table table td {
	border: 1px solid #bbb;
	padding: 15px;
}
.complex-plugin-table table tr {
	transition: 0.3s;
}
.complex-plugin-table table tr:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.complex-plugin-table table td.value {
	text-align: center;
	width: 140px;
}</pre></body></html>