/* Keep the page-specific area shortcut clear of the shared Home/Top controls. */
.excursionAreaFloat{
  right:96px;
  bottom:18px;
  box-sizing:border-box;
  width:102px;
  min-width:102px;
  height:44px;
  min-height:44px;
  padding:0 12px;
  white-space:nowrap;
}

.readerStayTools a{
  box-sizing:border-box;
  width:58px;
  height:44px;
  min-height:44px;
}

@media(max-width:820px){
  .excursionAreaFloat{
    right:68px;
    bottom:10px;
    width:92px;
    min-width:92px;
    height:40px;
    min-height:40px;
    padding:0 9px;
  }

  .readerStayTools a{
    width:50px;
    height:40px;
    min-height:40px;
  }
}
