/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/



#customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

#customers td, #customers th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 8px;
	vertical-align: top;
}

#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 .ab-updates {
	background: #d54e21;
	color: #32373c;
	display: inline;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.nombre {
	color: #d54e21;
	font-size: 20px;
}

.tachado {
	text-decoration: line-through;
	color: #848484;
}

.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;
}

.rebaja{
	font-weight:700;
	color:#FFF;
	position:relative;
	left:5px;
	text-align:right;
	text-transform:uppercase;
	top:5px;
	padding:10px 20px;
	background:#4CAF50;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	font-weight: 600;
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; padding-left: 10px; box-sizing: border-box;} 

#customersjson {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
}

#customersjson a {
  color: #4E72BE;
}

#customersjson a:link {
  text-decoration: none;
  text-decoration-color: #ffffff;
}

#customersjson td,th {
	border: 0px solid #ddd;
	text-align: left;
	padding: 8px;
	vertical-align: top;
}

#customersjson tr:nth-child(even) {
	/*background-color: #DAE3F3;*/
}

#customersjson tr:hover {
	background-color: #B8C6E3;
}

#customersjson th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4E72BE;
	color: white;
}

#customersjson img {max-width:70px; height:70px}

#customersjson .nombre {
	color: #d54e21;
	font-size: 14px;
}

#customersjson .nombrecategoria {
	color: #d54e21;
	font-size: 22px;
	
}

#customersjson .tachado {
	text-decoration: line-through;
	color: #848484;
}

#customersjson .ab-updates {
	background: #4E72BE; /*#d54e21;*/
	color: #fff; /* 32373c; */
display: block;
	min-width: 50px;
height: 12px;
text-align: center;
	/*padding: 2px 5px 2px;*/
padding-bottom: 12px;
	font-size: 10px;
	font-weight: 700;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

