.el-tables tr:nth-child(odd) {
	background: rgba(247, 241, 226, 0.500);
}

.el-tables tr {
	line-height: 40px;	
}

.el-tables tr td {
	padding-left: 15px;
}

.el-tables td {
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.el-tables td strong {
	color: rgba(217, 163, 0, 1.000);	
}