/**
 * Print styles for OASIS events
 */

/**
 * Restore original body margin (modified by admin menu, which is removed for printing)
 */
body {
margin-top:0 !important;
}

/**
 * Remove authenticated user navigation
 */
#admin_menu, .tabs, .block-user, #primary, #left {
display:none;
}

/**
 * Adjust header height to account for removed primary links
 */
#header {
height:69px;
}

/**
 * Remove left sidebar margin
 */
.withleft #main {
margin-left:0;
}

/**
 * Fix Firefox table printing bug
 */
table, td {
height: 100%;
}
