.form-label {
  font-size: .8rem;
  font-weight: bold;
  margin-bottom: .1rem;
}

.form-control::placeholder {
  color: #999;
  font-size: .8rem;
}

.radio-outline {
  outline: 1px rgb(191,191,191) solid;
  background-color: white;
  padding: 5px;
  font-size: .9rem;
}

.nav-tabs .nav-link.active {
  border-width: medium;
  border-color: black;
}

.very-small {
  font-size: 0.6em;
}

