.site-container {
    max-width: none;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.card-body:has(#main-table_wrapper) {
    padding: 0px;
}

.td_content {
    max-width: 200px; /* Set your desired max width */
    word-wrap: break-word; /* Allow text to wrap to new lines */
    white-space: normal; /* Ensure text wraps */
}
