
		
table.ze {
  font-family: monospace;
  font-size: 12px;
}

thead.thedze {
  background: SteelBlue;
  color: white;
}

th.thze,
td.tdze {
  padding: 5px 5px;
	text-align:center;
}

tbody.tbdze tr.trze:nth-child(even) {
  background: WhiteSmoke;
}

tbody.tbdze tr.trze td.tdze:nth-child(1) {
  text-align:left;
  font-family: monospace;
  font-weight: 700;
}

tbody.tbdze tr.trze td.tdze:nth-child(2) {
  text-align:left;
  font-family: monospace;
  font-size: 11px;
}

tbody.tbdze tr.trze td.tdze:nth-child(3),
tbody.tbdze tr.trze td.tdze:nth-child(4),
tbody.tbdze tr.trze td.tdze:nth-child(5),
tbody.tbdze tr.trze td.tdze:nth-child(6) {
  text-align: center;
  font-family: monospace;
  font-weight: 700;
}

span.eqp_casa {
color: #00008b;
}

span.eqp_visita {
color: #8b4513;
}

span.dicaerrada {
color: #ffcc00;
}

span.dicacerta {
color: #009900;
font-weight: 800;
}

span.semdica {
color: #000000;
font-weight: 800;
}

/*tfoot {
  background: SeaGreen;
  color: white;
  text-align: right;
}

tfoot tr th:last-child {
  font-family: monospace;
}*/


  