body {
  font-family: sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  color: #333;
}

table { border-collapse: collapse; width: 100%; margin: 20px 0; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f4f4f4; }
th:first-child, td:first-child { width: 8em; text-align: center !important; }
h1 { text-align: center; }

div.alert.alert-danger {
  padding: 0.5em;
  border: 1px red solid;
  border-radius: 8px;
  background-color: #ffcccc;
  color: #ff1111;
  font-weight: bold;
}

textarea { width: 100%; }
table.meta { font-size: small; }
