.elkay-aem-remote-xf .container {
    max-width: inherit;
}
.elkay-aem-remote-xf .container.root {
    padding: 0;
}
#aem-remote-footer #footer > div:nth-child(2) #copyRight p {
    color: #fff;
}
#aem-remote-header #notificationBar.cmp-container .text p {
    color: #fff;
}
#aem-remote-header .lkcontainer.container,
#aem-remote-footer .lkcontainer.container {
    padding: 0;
}
#aem-remote-header #lkpsearch-results-list .elkay-pcontext {
    font-weight: normal;
}
#aem-remote-footer .w-max-1000 .cmp-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}
#aem-remote-footer .w-max-1200 .cmp-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* overrides */
#content-body table th {
    background-color: #165c7d;
    color: white;
}
a.content-folder:active,
a.content-folder:focus,
a.content-folder:hover {
    border: 4px solid #165C7D;
}
@media (prefers-color-scheme: dark) {
    .content-table-value {
        color: white !important;
    }
	#content-body table th {
		background-color: #3EB1C8;
		color: black;
	}
    #content-body a.content-folder,
    #content-body a.content-folder:link,
    #content-body a.content-folder:visited {
        color: #165c7d;
    }
    #content-body a.content-folder:active,
    #content-body a.content-folder:focus,
    #content-body a.content-folder:hover {
        color: #000;
        border: 4px solid #3EB1C8;
    }
}