.dossier-page {
  background-color: #fdf6ec;
  color: #111;
  font-family: "Courier New", Courier, monospace;
  padding: 2em;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
  border: 1px solid #999;
  max-width: 800px;
  margin: 2em auto;
}

.dossier-header {
  text-align: center;
  margin-bottom: 2em;
}

.dossier-header h1 {
  font-size: 1.8em;
  border-bottom: 2px solid #000;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.label {
  background-color: #222;
  color: #f2f2f2;
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 0.85em;
  letter-spacing: 1px;
}

.mugshot {
  margin-top: 1em;
  width: 220px;
  border: 3px solid #222;
}

.dossier-body p {
  margin: 1.2em 0;
}

.typewriter {
  font-family: "Courier New", monospace;
  background-color: #000;
  color: #f26b6b;
  padding: 1em;
  font-size: 1em;
  margin: 2em 0;
  border-left: 4px solid #900;
}

.attachments ul {
  list-style-type: square;
  padding-left: 1.5em;
}

.attachments a {
  color: #900;
  text-decoration: none;
}

.attachments a:hover {
  text-decoration: underline;
}