#customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#customers td, #customers th {
	border: 0px solid #ddd;
	text-align: left;
        vertical-align: top;
	padding: 8px;
}

#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}

#customers tr:hover {
	background-color: #ddd;
}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4CAF50;
	color: white;
}

#customers img {max-width:70px; height:70px}

#customers .nombre {
	color: #d54e21;
	font-size: 20px;
        padding-top: 8px;
}

#customers .tachado {
	text-decoration: line-through;
	color: #848484;
}

#customers .ab-updates {
	background: #d54e21;
	color: #fff; /* 32373c; */
	display: inline;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#customers2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#customers2 td, #customers2 th {
	border: 0px solid #ddd;
	text-align: left;
	padding: 8px;
vertical-align: top;
}

#customers2 tr:hover {
	background-color: #ddd;
}

#customers2 th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #d54e21;
	color: white;
}

#customers2 img {max-width:50px; height:50px}

#customers2 .nombre {
	color: #d54e21;
	font-size: 16px;
}

#customers2 .tachado {
	text-decoration: line-through;
	color: #848484;
}

#customers2 .ab-updates {
	background: #d54e21;
	color: #fff; /* 32373c; */
	display: inline;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}