a.gray-background:link {
  color: white
}

a.gray-background:visited {
  color: lightgray;
}

a.gray-background:hover {
  color: #8ebf42;
}

button.primary-button {
  border-radius: 15px;
  background-color: #0076D1;
  border: 2px solid #0076D1;
  color: white;
  font-size: 14px;
  height: 32px;
  margin: 0;
  min-width: 0;
  padding: 0 16px 0 16px;
}

button.secondary-button {
  border-radius: 20px;
  border: 1px solid #0076D1;
  background-color: white;
  color: #0076D1;
  font-size: 14px;
  height: 32px;
  margin: 0;
  min-width: 0;
  padding: 0 16px 0 16px;
}