#windowPane {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

body {
    padding-top: 70px;
    padding-bottom: 30px;
}