/* Set table cells to left alignment */
table.docutils th,
table.docutils td {
    text-align: left !important;
}

/* Limit sidebar logo size */
img.sidebar-logo {
    max-width: 60% !important;
    margin: 0 auto !important;
}

/* Align table itself to the left */
table.docutils {
    margin-left: 0;
    margin-right: auto;
}

/* Header banner image */
img[alt="PyAthena"] {
    border-radius: 16px;
    margin-bottom: 1rem;
}
