#feedbackButton, #helpOnThisPageButton {
  position: absolute;
  right: -22px;
  z-index: 5000; }
  #feedbackButton a, #helpOnThisPageButton a {
    font-family: "AvenirNextLTPro-Demi", "Arial", "Helvetia", sans-serif;
    transform: rotate(270deg);
    color: #FFFFFF;
    display: block;
    padding: 8px;
    border-radius: 3px 3px 0 0; }

#feedbackButton {
  top: 380px; }
  #feedbackButton a {
    background-color: #30B7B4; }

#helpOnThisPageButton {
  top: 270px;
  right: -47px; }
  #helpOnThisPageButton a {
    background-color: #4D9EDD; }
