.navbar-fixed-top + .content-container {
  margin-top: 70px;
}

.content-container {
  margin: 0 130px;
}

#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  
  bottom: -82px;
  /* negative of the offset - height of link element */
  
  right: 10px;
  /* padding from the left side of the window */
}

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  
  bottom: 18px;
  /* height of link element */
  
  right: 10px;
  /* padding from the left side of the window */
}