#footerNav {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
#footerNav a {
  color: #5c5c5c;
  text-decoration: none;
}
#footerNav a:hover, #footerNav a.selected {
  text-decoration: underline;
}
#footerNav span {
  color: #5c5c5c;
  padding: 0 5px;
}
