div#bottom-menu{
    margin:0;
    padding:0;
    top: -50px;
    position: fixed; 
    z-index: 10;
    background-color:#6f5224;
    width: 99.9%;
}
#bottom-menu > div{
    padding-left: 15px; 
}
table#scrollTable tr td a {
    border: none;
    background-color:transparent;
    border-radius: 0.4rem;
}

table#scrollTable tr td:last-child a {
margin-right: 15px;
}

#scrollMenu::-webkit-scrollbar{
    display: none;
}