div.case {
border-left: thin solid black;
border-bottom: thin solid black;
margin-top: 4px;
}

div.section > p {
text-indent: 10px;
}

div.section {
border-left: thin solid black;
border-bottom: thin solid black;
margin-top: 20px;
padding: 10px;
}

div.victiminfo {
  margin-top: 15px;
  margin-bottom: 15px;
}

table.victiminfo {
  background-color: white;
  border: thin solid black;
}

table.victiminfo td {
  border: thin solid black;
  padding: 10px;
} 

span.solved {
  color: green;
  font-weight: bolder;
}

span.unsolved {
  color: red;
  font-weight: bolder;
}

div.coldcase p {
  text-indent: 5px;
}