.result_table_div
{
	width:100%;
	overflow-x:auto;
}
.result_table_div::-webkit-scrollbar {
    height: 10px;
}
.result_table_div::-webkit-scrollbar-thumb {
    background-color: #3f3542;
    border-radius: 10px;
  }
  .result_table_div::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }