﻿/* Basic table styles for policy/fee pages */
.table-wrap {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

table th,
table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

table thead th {
  background: #f8f9fa;
  color: #002d5b;
  font-weight: 600;
}

table tbody tr:nth-child(even) {
  background: #fafafa;
}
