/* Insert your hb base overrides over Vartheme BS4 and Bootstrap */
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.btn-outline-secondary:hover {
  color: #0072bc;
  background: rgba(0, 114, 188, 0.1);
}
