body {
  color: #000000;
}
header {
  border-bottom-color: #d0d4de;
  background-color: #00316D;
}
.button_button_isSecondary {
  color: #ffffff;
}
.progressbar_progressBarIndicator {
  background-color: #555555;
}
.button_button_isPrimary, .button_button_isPrimary:focus, .button_button_isPrimary:hover {
  background-color: #e1261b;
}
.button_button_isSecondary, .button_button_isSecondary:focus, .button_button_isSecondary:hover {
  background-color: #555555;
}