/* Verktyg/tabeller */
.checklist-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.checklist-table th,
.checklist-table td {
  padding: 10px;
  text-align: left;
}
.checklist-table tr,
.checklist-table th {
  border-top: 1px solid #fffefc;
  border-bottom: 1px solid #fffefc;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fffefc;
}
.checklist-table th {
  background-color: #fffefc;
  border-bottom: 2px solid #fffefc;
}
.checklist-table tr:nth-child(even) { background-color: #fffefc; }
.checklist-table tr:nth-child(odd)  { background-color: #D1E3F2; }

/* Result-tabell på resultatsidan */
#results { margin-top: 20px; font-family: Arial, sans-serif; }
#results h3 { text-align: center; color: #333; }
#results table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
#results th, #results td {
  border-top: 1px solid #fffefc;
  border-bottom: 1px solid
