.reveal .slides section .code-presenting-annotation {
  font-size: 70%;
}
.reveal .slides section .fragment.current-only {
  visibility: visible;
  display: none;
}
.reveal .slides section .fragment.current-only.current-fragment {
  display: block;
}
.line {
  display: block;
}
.line.focus { }
