/* Change Site Colours */
:root {
	--K15t-link-visited: var(--K15t-color-blue-600);
}

/* Hide snippet on hero page and set banner image pos */
header.banner p { display: none; }
header.banner { background-position:top;}

/* Resize content to fill whole page */
.topbar, theme-breadcrumbs, article header, article section { inline-size: 90%;}
article section .theme-table { inline-size: 100%; }

@media (max-width: 710px) {
.topbar, theme-breadcrumbs, article header, article section { inline-size: 100%;}
}

/* Hide code snippet language names */
.theme-code-snippet-header { display: none; }

/* Fix overflowing tables */
table, table-sort, table-expand { width: 100%; }
