@media (max-width:768px){table{display:block;overflow-x:auto;overflow-y:visible;white-space:nowrap;-webkit-overflow-scrolling:touch;width:100%}table tbody,table thead{display:table;width:100%}table tr{display:table-row}table th,table td{display:table-cell}table th:first-child,table td:first-child{position:sticky;left:0;background-color:#ffffff;z-index:2}table td:first-child::after,table th:first-child::after{content:'';position:absolute;top:0;right:0;bottom:0;width:10px;box-shadow:5px 0 5px -5px rgba(0,0,0,0.15);pointer-events:none}}