body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  color: #222;
}

.page-header,
.page-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

.page-header a {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 0.75rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.status-active {
  color: #0b7a21;
}

.status-failed,
.status-inactive,
.status-unhealthy {
  color: #a11d1d;
}

.status-unknown {
  color: #666;
}

.status-success {
  color: #0b7a21;
}

.page-nav {
  margin-top: 0.5rem;
}

.page-nav a {
  margin-right: 1rem;
  color: #0b5fa1;
  text-decoration: none;
}

.page-nav a:hover {
  text-decoration: underline;
}

form.inline-action {
  display: inline;
  margin-right: 0.25rem;
}

.app-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.app-form input,
.app-form select {
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  margin-top: 0.1rem;
}

.app-form fieldset {
  border: 1px solid #ddd;
  margin-top: 0.75rem;
}

.filters {
  margin-bottom: 1rem;
}

.filters select {
  margin-right: 0.5rem;
}
