.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: 100px;
}