.page.zoom-in{
    cursor: hand;
}

.toolbar{
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    background-color: #cccccc;
}
.toolbar .icons{
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}