.table-responsive {
overflow-x: auto;
margin-bottom: 1em;
} .scroll-hint {
display: none;
background: #f9f9f9;
padding: 6px;
text-align: center;
font-weight: bold;
margin-bottom: 8px;
border: 1px solid #ddd;
font-size: 14px;
} @media (max-width: 600px) {
.scroll-hint {
display: block;
}
}