.ecutable-main {
	background: #f5f9fc;
	margin-top: 15px;
	margin-bottom: 15px;

}

.eculist-step {
	text-align: center;
	font-size: 50px;
	color: #36404b;
}

.eculisttable tr td:nth-child(2) {
	text-align: center;
	background: #f9f4d8;
	font-weight: bold;
}


.eculisttable tr:hover {
	cursor: pointer;
}

.eculisttable td:nth-child(3):hover {
	background: #eaf1f6;
}


.eculisttable tr th,
td {
	padding: 5px 15px;
}

.eculisttable thead {
	background: #add3a1;
	color: #fff;
}

.eculisttable .selected-ecu td:nth-child(2) {
	color: red;
}

.eculisttable .selected-ecu td:nth-child(3) {
	background: #eaf1f6;
	color: red;
	font-weight: bold;
}

@media only screen and (max-width: 1023px) {
	table.eculisttable td:nth-child(3) {
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}