html.candidate-assistant-enabled body {
  transition: margin-left 250ms ease-in-out;
}

html.candidate-assistant-open body {
  margin-left: 22vw;
}
