/* r76: the JS-filled "Section 1 of 7" step-count had clear:both (from r74),
   so as the first element it dropped below the circle and pushed the whole
   step down - nothing wrapped. Let the step-count + eyebrow + heading wrap
   beside the circle; only the actual controls clear below. */
@media(max-width:640px){
  .book-grid .step-count{clear:none;margin:0 0 2px}
}
