/* Hide the catalog_item */
.catalog_item_inclusion {
  display: none;
}

/* Sign up form to fit info parragraph */
#portal_signup_form {
	width: 45.7% !important;
}

@media (max-width: 600px) {
  #portal_signup_form {
    width: 90% !important;
  }
}

/* Add content to the Module 1 Heading in John's Test Course */
#\32 58921 > tbody > tr.current_lesson.modern_module_row > td > a > div.header > span > h2 > span:after {
	content : ' - Blah 2 Blah';
}

/* Hide all instances of the Start Button on Course tiles in users course list */
.start{
	visibility: hidden;
}

span[title*='Completion requirement: ']{
	display: none;
}

.panoptoVideo {
	height: 600px;
}

/* Change catalogue heading 'Items' to 'Featured Items' for admins*/
#class_catalog_container > h2:nth-child(5):before {
	content : 'Featured ';
}

/* Change catalogue heading 'Items' to 'Featured Items' for users*/
#class_catalog_container > h2:nth-child(4):before {
	content : 'Featured ';
}
