.complex-plugin-table table td {
	border: 2px solid #bbb;
	padding: 3px;
}
.complex-plugin-table table tr {
	transition: 0.01s;
}
.complex-plugin-table table tr:hover {
	box-shadow: 0 0 0.1px rgba(0,0,0,0.2);
}
.complex-plugin-table table td.value {
	text-align: center;
	width: 100px;
}