/* Font & Text Styling */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}

/* Headings */
h1, h2, h3 {
  font-weight: 600;
  color: #1a1a1a;
}

/* Links */
a {
  color: #005347;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Status Orbs / Test Boxes */
.test-status {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Header */
.header {
  background-color: #003227;
  color: white;
  padding: 10px;
}

/* Table Borders */
table, th, td {
  border: 1px solid #e6e6e6;
}