.titles-index .list {
  width: 100%;
  border: thin solid black;
}

.titles-index .list th {
  color: white;
  background-color: black;
  font-size: 1.2em
}

.titles-index .list th,
.titles-index .list td {
  padding: 0.25em 0.5em;
}

.titles-index .instructions {
  font-size: 1.1em;
  width: 40em;
}
