@charset "utf-8";

/* CSS Tools used for page rendering
 * 
 * University of Ottawa
 * Computing and Communications Services
 */

/* Accessibility */
.hidden { position: absolute; left: -9999em; }

/* Clearing a float 
 * See http://www.positioniseverything.net/easyclearing.html
 */
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */