/* Here we can set styles for this lab page that we don't want to effect others pages */

/* the period in a CSS selector selects an element by class, e.g., class="minor-section" */
.screen-shot {
  width: 500px;
}

.num-2 {
  width: 500px;
}

.num-3 {
  width: 500px;
}

.num-4 {
  width: 500px;

}

.num-5 {
  width: 500px;
}

.num-6 {
  width: 500px;
}