/*
** HTML elements
*/


#supplementary, #navlinks {
  display: none;
}


.contextbox, .subscribe, .googleadvert, .socialtools, .fbcomments {
  display: none;
}

/* Lesson Stuff */
.lesson ol {
  list-style-type: upper-roman;
}

.lesson ol ol {
  list-style-type: upper-alpha;
}

.lesson ol ol ol {
  list-style-type: decimal;
}

.lesson ol ol ol ol {
  list-style-type: lower-alpha;
}

.lesson ol ol ol ol ol {
  list-style-type: lower-roman;
}


