.indigo-single-facet-info-title {
    font-size: 1.4rem;
    line-height: 2;
    /*padding: 0.5rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.indigo-single-facet-info-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 4% 10% 2% 10%;
}

.indigo-single-facet-info-metadata {
    height: 100%;
    overflow-y: auto;
}

.indigo-single-facet-info-card {
    max-height: 100%;
}

.indigo-single-facet-info-header {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0.5rem;
    line-height: 1;
    align-items: center;
}

.indigo-single-facet-info-body {
    height: 100%;
    overflow-y: auto;
    margin: 0;
}

.indigo-single-facet-info-metadata-holder {
    height: 100%;
}

.indigo-single-facet-info-header-button-container {
    display: flex;
    display: -ms-flexbox !important;
    /*margin-right: 0.5rem;*/
    /*padding: 0.5rem;*/
}

.indigo-single-facet-info-header-button {
    /*padding: 0.4rem 0.7rem;*/
}

.indigo-recordinfo-image-holder > .indigo-recordinfo-image {
    height: 100%;
}
