body {
  min-height: 100vh;
  background-color: #fafafa;
}

.nav-wrapper .brand-logo {
  font-weight: 600;
}

.tabs .tab a {
  color: #00695c;
}

.tabs .tab a.active {
  color: #004d40;
  font-weight: 600;
}

.tabs .indicator {
  background-color: #00695c;
}

.btn.teal.darken-2 {
  background-color: #00695c;
}

.btn.teal.darken-2:hover {
  background-color: #004d40;
}

#findingsTable th {
  font-weight: 600;
}

textarea.materialize-textarea {
  min-height: 200px;
  font-family: monospace;
  font-size: 12px;
}

.pre.grey.lighten-3 {
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
}

.p-3 {
  padding: 1rem;
}

.helper-text {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.preset-buttons {
  margin-top: 0;
  margin-bottom: 1rem;
}

.preset-buttons .preset-url {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
