#lnav li {
  display: inline-block;
}

#lnav a.button {
  background-color: #47bbbe;
  border: solid 1px #47bbbe;
  margin: 0.2em 0.2em;
  width: 13em;
}

#lnav a.button:hover {
  color: #47bbbe !important;
  background-color: #ffffff;
  animation: none;
}

#lnav li.active a.button {
  background-color: #359497;
  border: solid 1px #359497;
}

#lnav li.active a.button:hover {
  color: #359497 !important;
  background-color: #ffffff;
  animation: none;
}

#main-title {
  margin-top: var(--main-margin-height);
}

#main-lead {
  margin-top: var(--main-margin-height);
  text-align: center;
  font-weight: 500;
}

#main-lead span {
  display: inline-block;
}


