p {
  margin-top: 0;
  margin-bottom: 0.5em;
  /*text-indent: 1.5em;*/
  /*border: solid thin black;*/
}

h1, h2 {
  border-bottom: 1px solid;
  color: #333333;
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

table {
  border-collapse: collapse;
}

table thead th {
  border-bottom: 1px solid;
  padding: 0 5px 0 5px;
  text-align: left;
  vertical-align: bottom;
}

table tbody tr {
  /*background: #F3F3F3;*/
  border-bottom: 1px solid;
}

table tbody td {
  padding: 10px 5px 10px 5px;
}

#footer {
  color: #bbbbbb;
  font-style: italic;
  font-weight: lighter;
  text-align: center;
}

.collector-number {
  color: #bbbbbb;
  font-weight: bold;
  text-align: right;
}

.count {
  text-align: center;
}

.missing-card {
  background: #F47373;
}

