button.btn.btn-primary { background-color: #e57200; color: rgba(0,0,0,.75); font-family: 'Arial'; } 
button.btn.btn-primary:hover { background-color: #a65200; color: #ffffff;} 
button.btn.btn-primary[disabled]:hover { background-color: #e57200; color: rgba(0,0,0,.75);} 
div.wc-main-container { font-family: 'Arial'; } 
a.wl-app-logout-link { color: #e57200; } 
a.wl-app-logout-link:hover { color: #a65200; }
a, a:hover { color: #e57200; }
.header-container  { background-color: #ffffff;; color: rgb(0,0,0,0.75); }
.component-header-container { background-color: #7d777d; color: rgba(255,255,255,.75); min-height: 40px; }
.component-title, .component-title > h3 { color: rgba(255,255,255,.75); }
.component-sub-title { color: rgba(255,255,255,.75); }

:root {
  --primary-brand-color: #e57200;
  --primary-brand-fore-color: rgba(0,0,0,.75);
  --primary-brand-color-rgb: 229, 114, 0;
  --secondary-brand-color: #7d777d;
  --secondary-brand-fore-color: rgba(255,255,255,.75);
  --header-brand-color: #ffffff;;
  --header-brand-fore-color: rgb(0,0,0,0.75);
  --hyperlink-brand-color: #e57200; 
}