body{
			overflow-x: auto;/*here set hidden to auto;*/
		}
		body>div{
			display: flex;flex-direction: column;width: 100% !important;align-items: center;
		}
		body>table{
			width: 100% !important;
		}
		body>div>*{
		   max-width: 60% !important;
			margin: 6pt;
			}
	
@media (max-width: 992px) {
   body>div>*{
		   width: 100% !important;
					}
}
