@media (min-width: 87.5rem) {
.container {
    max-width: 100% !important;
    width: 90% !important;
}
}


.page-view-ocm-accounting-all-statements div.js-form-type-managed-file .description {
	display: none;
}



.button--secondary {
  --bs-btn-color: #42484d;              /* text color becomes dark */
  --bs-btn-bg: #fff;                    /* background becomes white */
  --bs-btn-border-color: #42484d;       /* border matches text */
  --bs-btn-hover-color: #fff;           /* hover text goes white */
  --bs-btn-hover-bg: #d3d3d3;           /* hover background goes grey */
  --bs-btn-hover-border-color: #42484d; /* hover border stays dark */
  --bs-btn-focus-shadow-rgb: 66, 72, 77; /* shadow tinted like the text */
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #383d41;
  --bs-btn-active-border-color: #353a3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #42484d;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #42484d;
}

.button--secondary::before {
  display: none !important;
}




.button--primary {
	
	--bs-btn-color: #fff;
  --bs-btn-bg: #3070B3;
  --bs-btn-border-color: #3070B3;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #28a745;          /* green on hover */
  --bs-btn-hover-border-color: #000;   /* black border on hover */

  --bs-btn-focus-shadow-rgb: 79, 133, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3070B3;
  --bs-btn-disabled-border-color: #3070B3;
	
}