#gamemenu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    color: #333;
    width: 260px;
    height: 800px;
    padding: 10px;
    display: none;
    z-index: 9999532;

    overflow: scroll;
}

#gamemenu ul {
    line-height: 26px;
}

#gamemenu li {
    display: inline-block;

}

#gamemenu li a {
    margin: 5px 6px 5px 6px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
}

.menutitle {
    width: 96%;
    background-color: #444;
    border-radius: 2px;
    margin-top: 16px;
    padding: 4px 8px;
    color: #f0f0f0;
    border-bottom: 3px solid #eee;
    font-weight: bold;
}

.closeBT {
    text-align: center;
    display: inline-block;
    width: 96%;
    height: auto;
    font-size: 48px;
    font-weight: bold;
    color: #f0f0f0;
    background-color: #444;
    margin: 10px 0;
    cursor: pointer;
}

#menuButton {
    width: auto;
    height: 50px;
    position: absolute;
    left: 0;
    top: 700px;
    font-size: 28px;
    padding: 5px;
    font-weight: bold;
    color: #f0f0f0;
    background-color: #444;
    border-radius: 2px;
    cursor: pointer;
    z-index: 4333299;
}

#topPage {
    text-align: center;
    display: inline-block;
    width: 96%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #f0f0f0;
    background-color: #F6AD3C;
    margin: 10px 0;
    cursor: pointer;
}


@media screen and (min-width:640px) {

    /*#menuButton {*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*}*/
}