.navbar {
    min-height: 60px;
}

.m-logo-retina {
    height: 45px;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

.LeftPadConsentButtons .pull-right{
    padding-left: 10px;
}

/* Fix button display in record list table */
table .button-align {
    display: table-cell;
}
table .button-align .btn {
  width: 100%;
}

span.card-detail-value.l-break-word {
    max-width:66%;
    display: block;
    float: left;
	padding-bottom: 4px;
}

label.card-detail-label {
    float: left;
    width: 33%;
    display: block;
}

/* this exists in staging but not prod, commenting out here in prod version
.card.snapshot-Membership a.btn-list-button:nth-last-child(1) {
    float: right;
}
*/

div[id$='DonationAmountCard'] .card-detail > div:first-child {
    display: -webkit-box;
}