.grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
table {
    width: 100%;
    border-collapse: collapse;
}

body.database-page main,
body.database-page .container {
    max-width: 100%;
}
