@import url("usb.css");

span.windows, a.windows {
  display: inline;
}

div.windows, img.windows, p.windows, h1.windows, h2.windows {
  display: block;
}

li.windows {
  display: list-item;
}

h1.step:before {
  content: counter(step)'/8';
}
