/* 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" */
.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #50a0a0;
    background-color: #A3C9A8;
}

.minor-section p {
    text-indent: 20px;
    margin-left: 10px;
}

#outline {
  line-height: 1.5;
}

#pseudocode pre {
  background-color: #387265;
  color: #faffd0;
  font-family: 'Courier New', Courier, monospace;
  padding: 10px;
  display: inline-block;
  border: solid 2px #50a0a0;
}