html {
  font-size:18px;
}
body {
  padding-bottom:60px;
}
.poweredByGoogle {
  z-index:100;
  box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.9);
  background-color:rgba(255,255,255,0.9);
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  border-top:1px solid #ddd;
}
.poweredByGoogle img {
  width:144px;
}
.bookmarkHint{
  position:absolute;
  left:10%;
  top:0;
  width:200px;
}