/*********CARD HEADER********************/

.media-body.ohp {
    font-family: 'Roboto', sans-serif !important;
}


/********** CARD CONTENTS ****************/

.main-card-header {
    background-color: #343a40;
}

.main-card-header a {
    color: white !important;
}

.assembly,
.senate {
    background-color: #efeeef;
}

.inner-item {
    padding-left: 1.8rem;
}


/******* CARD FOOTER ***********/

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}


a.btn.oral-history-link {
    color: white !important;
}

a.btn-info.oral-history-link {
    color: #343a40 !important;
}