body[data-yaml-mime=ManagedReference] article div.facts, body[data-yaml-mime=ApiPage] article div.facts {
	margin: 0rem 0 1rem;
}

body[data-yaml-mime=ManagedReference] article dl.typelist>dd>div, body[data-yaml-mime=ApiPage] article dl.typelist>dd>div {
	display: block;
}

body[data-yaml-mime=ManagedReference] article dl.typelist>dd>div:not(:last-child):after, body[data-yaml-mime=ApiPage] article dl.typelist>dd>div:not(:last-child):after {
    content: "";
}

ol, ul, dl {
    margin-bottom: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

html[data-bs-theme="dark"] #logo {
    content: url('../logo-dark.svg');
}

html[data-bs-theme="light"] #logo {
    content: url('../logo.svg');
}

table > p {
    margin-bottom: 0;
}

.tableKey {
    width: 18%;
}

.tableValue {
    width: 82%;
}

#search-results > .sr-items .sr-item {
    margin-bottom: 0;
}

.sr-item > .item-href {
    display: none;
}
