/* Format on Edit and Read-Only Screens */
.summary-list .field-label {
	text-align: left;  /* Format fields for form presentation */
	width: 20%;
	padding-top: 5px;
	margin-bottom: 5px;
}
/* override active menu bar text, from white to black */
.sidebar .nav-side .accordion-content .active a,
.sidebar .nav-side .accordion-content .active a:hover {
  background-color: #4aa7af;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
/* override small text after header, from teal to black */
h4 small, h5 small, h6 small {
    color: #000000;
}
/* override instructions text in blue background, from dark blue to black */
.alert-info {
    color: #000000;
}
/* override text in status labels, from white to black */
.label, .badge {
    color: #000000;
}
/* override link in table, from blue to black */
.table a {
    color: #000000;
}
/* override instructions text, from dark blue to black */
.help-block, .help-inline, .info-block, .info-inline {
    color: #000000;
}

.bannerBackground {
	background-color: #EAEFE7 !important;
}