body {
  font-family: "Arial Narrow";
}

h1{
  color:gray;
}

table {
  font-size: 18px;
  width: 100%;
}

table tr{
  height: 35px;
}

table th {
  background: dodgerblue;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

table td.left {
  text-align: left;
  color: black;
  font-weight: bold;
}

table td.right {
  text-align: right;
  color: gray;
  font-weight: bold;
}

table td.right.registro {
  color:dodgerblue;
}
