a {
  color: #29262C;
}

body {
  /*background-color: #eaf2ee;*/
  background-color: #838484;
  color: #29262C;
  font-family: 'Courier New', Courier, monospace;
  font-size: medium;
}

table.resultado tr:hover {
  background-color: #72656A;
}

table.ped {
  border: 0px solid #F1F1F3;
  font-size: small;
}

table {
  border: 0px solid #F1F1F3;
}

th, td {
  padding: 4px;
  text-align: left;
  /*border-bottom: 2px solid white;*/
}

.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.headcol:before {
  content: 'Row ';
}

