/* Admin Booking List Styles */
#event-bookings-page .wrap h1 {
  margin-bottom: 20px;
}

#event-bookings-page table.widefat {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

#event-bookings-page table.widefat th,
#event-bookings-page table.widefat td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#event-bookings-page table.widefat th {
  background-color: #f1f1f1;
  font-weight: bold;
  text-align: left;
}

#event-bookings-page table.widefat tr:hover {
  background-color: #f9f9f9;
}

#event-bookings-page table.widefat td a {
  color: #0073aa;
  text-decoration: none;
}

#event-bookings-page table.widefat td a:hover {
  text-decoration: underline;
}


