#summary_title {
    /*flex-shrink: 0;*/
    flex: 0 0 auto;
    width: 100%;
    padding-left: 5px;
    padding-right: 3px;
    background-color: var(--primary-color);
    color: white !important;
}
#summary_title h5 {
    background-color: var(--primary-color);
    color: white !important;
    font-weight: bold;
}
#adoption_title {
    margin-left: 5px;
}
#item_summary {
    /*flex-grow: 1;*/
    flex: 1 1 auto;
    overflow-y: auto;
    width: 100%
}
.tri-pane-details-button {
    display: none;
    /*flex-shrink: 0;*/
    flex: 0 0 auto;
    width: 95%;
    align-self:center;
    margin-top: 10px;
}
#summary_divider {
    flex: 0 0 auto;
    width: 100%;
}
#looncount_chart {
    /*flex-shrink: 1;*/
    margin-top: auto !important;
    flex: 1 0 auto;
    width: 100%
}