div.scrollmenu {
    background-color: #D3D3D3;
    overflow: auto;
    white-space: nowrap;
}
  
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}
.btn.active{
  background: #b3b3b3;
}
/*
::-webkit-scrollbar {
    width: 2px;
}
*/
body {
    font-family: "Montserrat", sans-serif;
  }

.tlpanel{
    z-index:1000;
    position:absolute;
    display:flex;
    bottom:15px;
    left:10%;
    right:15%;
    height:50px;
    padding: 0px 0px 0px 0px;
    border-radius:5px !important;
    background-color: #f0f0f0 !important;
}
.tlpanel p{
    width:114px !important;
    text-align: center !important;
    padding: 8px !important;
    font-size: 14px !important;
}
.tlpanel .btn.active{
    background: #b3b3b3 !important;
}
.tlpanel .btn{
    background: #747474 !important;
    border-radius:5px !important;
}

.rbody{
    /*position: relative;*/
    left: 2px;
    /*right: 90%;*/
    overflow-x:auto;
    overflow-y:hidden;
    padding:0px;
}