.complex-plugin-table table td {
	border: 1px solid #bbb;
	padding: 10px;
}
.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;
}
.complex-plugin-table h4 {
    line-height: 25px;
	padding-top: 15px;
    
}