@charset "UTF-8"; /* CSS Document */

	/*******************************************
	Collates various CSS stylesheets
	
	Engage these CSS classes by wrappint your HTML code in 
	<div class="au-course">...</div> */

/*@import 'style-deprecated.css';*/
	/*	classes that should be phased out of use
		reveal the link if you need them. */
	
@import 'style.css';
	/*  This is the main CSS file */
		
@import 'style-course-specific.css';
	/*  classes for uniques styles needed in a specific course */
	/*  you can add CSS needed for plugins here, e.g. bootstrap */
	
@import 'fonts/glyphicons/style.css';
	/*  Enables the Bootstrap glyphicons font */
		
	/* 
	au-course theme v3.9; Last Updated Oct, 2019	
	*******************************************/