/* Enter Your Custom CSS Here */
table.weapons-approvals, table.weapons-approvals th, table.weapons-approvals td,
table.training-officers, table.training-officers th, table.training-officers td {
  table-layout: fixed;
  margin-bottom: 20px;
}

table.weapons-approvals th,
table.training-officers th{
  font-weight: bold;
  border: 1px solid #000000;
}

table.weapons-approvals td,
table.training-officers td{
  border: 1px solid #000000;
}

.events-diary table {
  table-layout: fixed;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.events-diary table th {
  font-weight: bold;
  border: 1px solid #000000;
}

.events-diary table td {
  border: 1px solid #000000;
}

.events-diary table .das-event td {
  background-color: #FFFF99;
}