.exhibits.show .content {
    padding: 0 !important;
}

.transcript {
    display: none;
}

.exhibit-items img {
    margin-bottom: 0;
}

.item-expanded {
    position: relative;
    display: none;
}

.item-collapsed {
    background-color: #e7e7e7;
    line-height: 3em;
    cursor: pointer;
}

.item-collapsed img {
    width: 3em;
    height: auto;
    margin-right: 1em;
}

.item-collapsed h4 {
    display: inline;
}