.scrollable-table {
    max-height: 500px;
    max-width: 100%;
    overflow: auto;
    padding: 5px;
}
