button.btn.btn-primary { background-color: #59b2e7; color: rgba(0,0,0,.75); font-family: 'Arial'; } 
button.btn.btn-primary:hover { background-color: #4c97c4; color: #2c2c2c;} 
button.btn.btn-primary[disabled]:hover { background-color: #59b2e7; color: rgba(0,0,0,.75);} 
div.wc-main-container { font-family: 'Arial'; } 
a.wl-app-logout-link { color: #59b2e7; } 
a.wl-app-logout-link:hover { color: #4c97c4; }
a, a:hover { color: #00519e; }
.header-container  { background-color: #fdf5e2; color: rgba(0,0,0,.75); }
.component-header-container { background-color: #00519e; color: #ffffff; min-height: 40px; }
.component-title, .component-title > h3 { color: #ffffff; }
.component-sub-title { color: #ffffff; }

:root {
  --primary-brand-color: #59b2e7;
  --primary-brand-fore-color: rgba(0,0,0,.75);
  --primary-brand-color-rgb: 89, 178, 231;
  --secondary-brand-color: #00519e;
  --secondary-brand-fore-color: #ffffff;
  --header-brand-color: #fdf5e2;
  --header-brand-fore-color: rgba(0,0,0,.75);
  --hyperlink-brand-color: #00519e; 
}