/*
Theme Name: Hampshire Scouts Template
Author: Jack Tracy
Author URI: https://bescouts.org.uk
*/

table {
  border-collapse: collapse;
  width: 100%;
  font-family: sans-serif;
  font-size: 0.95rem;
}

th, td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

th {
  background-color: #f5f5f5;
  font-weight: 600;
}

tr:hover {
  background-color: #fafafa;
}

tr:nth-child(even) {
  background-color: #7414dc12;
}

