.textEntriesField .toggleContent .detailField * {
    font-size: inherit !important;
    font-family: initial !important;
    line-height: 1.6 !important;
}
.detailField .detailFieldLabel, .detailField .detail-category-label {
    float: left;
    line-height: 1.6;
}
.detailField .detailFieldValue, .detailField .comma-list {
    display: block;
    overflow: hidden;
}
.emuseum-header-tabs li {
    margin-left: 0 !important;
}
.emuseum-advancedsearch-form.top-spacing {
    padding-top: 15px;
}
.textEntriesField .detailField {
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}
.letter-index li {
    margin: 0 !important;
}
.result-title, .emuseum-highlight-section .highlight-text .highlight-title, .grid-item .texts-wrap>div:first-of-type, .list-item .texts-wrap>div:first-of-type, .modal-dialog .modal-title {
    font-weight: bold;
}
body.details-page.people-module .detailField h1 {
    font-weight: bold;
}
body.collections-page .texts-wrap {
    height: 50px;
    bottom: 7px;
}
@media screen and (max-width: 769px) {
    body.collections-page .texts-wrap a {
        font-size: 16px;
    }
}
.archives-module .list-item .texts-wrap {
    margin-left: 0;
}
.archives-module .notesField .detailFieldLabel {
    display: none;
}

footer {
	display: none; !important
}