table {
  border-collapse: collapse;
}

table, th, td {
  border: solid 1px #CCCCCC;
}

table thead th {
  color: #222222;
  background-color: #CCCCCC;
}

table .colHeader {
  font-weight: bold;
}

th, td {
  padding: 2px 5px;
}

th :first-child, td :first-child {
  margin-top: 0;
}

th :last-child, td :last-child {
  margin-bottom: 0;
}

td:first-child {
  font-weight: bold;
}

.attributeTable td:nth-child(2) {
  text-align: center;
}

.attributeTable td:nth-child(3), td:nth-child(4),td:nth-child(5) {
  text-align: right;
}

img {
  display: block;
  margin: 1em auto;
}

pre {
  padding: .5em;
  border: solid 1px; #222222
}
