
.headerbuttoncontainer {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  position: absolute;
  padding: 0 0 0 0;
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.6111111111;
  font-weight: 200;
  font-family: Cosmos, Times, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: -.36px;
}

.headerbutton {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 24px 0 0;
  list-style: none;
  color: #fff;
}

.headerbutton_old a {
  text-decoration: none;
  font-weight: bold;
  border-radius: .4em;
  background: #00529b;
  color: #bde5f8;
  padding: 0.2em 1.0em;
}

.headerbutton_old a:hover {
  background: #bde5f8;
  color: #00529b;
}

.headerbutton a {
  text-decoration: none;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: border 0.4s ease;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 2px #242f60 solid;  /* Needed so the transition is only the colour */
}

.headerbutton a:hover {
  border-bottom: 2px #cad400 solid;
}
