.availability-container {
    grid-column-start: 1;
    grid-column-end: 4;
}

.availability-table-div table {
    border-collapse: collapse;
    font-size: 12px;
}

.availability-table-div td {
    border: solid 1px #ccc;
    padding: 5px;
}

.availability-table-div th {
    border: solid 1px #fff;
    padding: 5px;
}

.button,
.button:visited {
    background: #1a1a1a;
}

.buttonsWrapper .fa-search,
.searchButton {
    background: #739d6d !important;
}

.detailChildField .label {
    width: auto;
}

#footer,
.headerWrapper {
    background: #082344;
}

.languageLink .fa-globe:before {
    font-size: 28px;
    position: relative;
    top: -5px;
}

.list .cell_wrapper {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
}

.list .results_cell {
    padding-right: 0;
}

.logo_container img {
    max-height: 38px;
}

/*------*/
/* FRBR */
/*------*/

#xref-link {
    margin-bottom: 15px;
}

.expressionSearchLink {
    background: #fff;
    border: solid 1px #ccc;
    border-left: 0;
    border-right: 0;
    border-top: none;
    padding: 5px 10px;
}

.expressionSearchLink:hover,
.frbr-accordion .displayElementLabel:hover {
    cursor: pointer;
}

.frbr-accordion .displayElementLabel {
    position: relative;
    top: 2px;
    word-wrap: normal;
}

.frbr-accordion .displayElementLabel i {
    font-size: 16px;
    margin-left: 2px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.frbr-accordion>.displayElementWrapper .displayElementLabel:hover,
.frbr-open-all:hover {
    cursor: pointer;
    opacity: .6;
}

.frbr-available-note {
    color: #1e6aad;
    float: right;
    font-size: 11px;
    font-style: italic;
    height: 0;
    position: relative;
    right: 158px;
    top: -23px;
}

.frbr-container {
    display: inline-block !important;
    width: 100%;
}

.frbr-displayElementWrapper {
    margin-left: -90px;
}

.frbr-expressions {
    margin-left: 0;
}

.frbr-expressions i:before {
    font-size: 14px;
    margin-left: 4px;
    margin-right: 6px;
}

.frbr-format-holds .button:hover {
    opacity: .6;
}

.frbr-format-holds {
    display: none;
}

.frbr-open-all {
    float: right;
    font-size: 11px;
    font-weight: 600;
    height: 0;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    top: -25px;
}

.frbr-sr-dropdown * {
    font-size: 13px;
}

.frbr-sr-dropdown a {
    text-decoration: none;
    font-size: 13px;

}

.frbr-sr-list-items {
    display: none;
    margin-top: 10px;
}

.frbr-sr-list-items .frbrFormatTypeIcon {
    background-repeat: no-repeat;
    height: 16px;
    position: relative;
    top: 2px;
}

.frbr-sr-list-items>li {
    padding-right: 10px;
    position: relative
}

.frbr-menu-open {
    display: none;
}

.frbr-table {
    width: 100%;
}

.frbr-table .button {
    font-size: 10px;
    margin: 2px 0;
    padding: 2px 10px;
}

.frbr-table .button:hover {
    background: #3b3a36;
    opacity: .6;
}

.frbr-table td {
    border: solid 1px #ccc;
    font-size: 11px;
    padding: 3px 6px;
}

.frbr-table th {
    background: #30445b;
    border: solid 1px #ccc;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
}

.frbr-table th:last-child {
    width: 66px;
}

.frbr-table th:nth-child(2) {
    width: 56px;
}

.frbr-table tr:nth-child(even) {
    background: #f1f1f1;
}

.frbrClusterDisplay {
    background-color: #fff !important;
    padding: 20px !important;
}

.frbrClusterDisplay .frbr-accordion {
    background: #f9ebcc;
    border: 1px solid silver;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 20px;
    outline: none;
    padding: 5px 10px 10px;
    text-align: left;
}

.frbrClusterDisplay button[class^="availability-button"],
.frbrClusterDisplay .unbound_searchresults,
.frbrClusterDisplay .loading-syndetics,
.frbrClusterDisplay .stupid_ie_div>div,
.frbr-accordion .unbound_searchresults {
    display: none !important;
}

.frbrClusterDisplay .results_bio {
    border: 0;
    /* width: 630px; */
}

.frbrClusterDisplay .results_top_half img {
    min-width: 70px;
}

.frbrClusterDisplay:hover {
    background: #ffffff21 !important;
}

.frbrExpressionLinks {
    border: solid 1px #ccc;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

.frbrFormatTypeIcon {
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 18px;
}

.frbrNote {
    color: #000;
    font-size: 11px;
    margin-right: 5px;
    margin-top: 8px;
}

.frbrPopupHeader {
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}

.frbrThumbButton {
    font-weight: 600;
    height: 34px;
    padding: 9px 15px;
    padding-top: 9px;
}

.list .cell_wrapper.frbrClusterDisplay {
    display: flex;
}

.thumb .frbrClusterDisplay {
    display: none;
}

.thumb .frbrThumbButton {
    margin: 0;
    margin-top: 20px;
}

ul.frbr-dropdown,
ul.frbr-sr-dropdown {
    list-style: none;
}

ul.frbr-sr-list-items input.button {
    margin-left: -2px;
    margin-top: 10px;
    min-height: initial;
    padding: 10px 50px;
}