/*************************************************************************************\
 *                                                                                   *
 *        TITLE:  Print Style Sheet                                              		 *
 *       CLIENT:  Jump Kids Jump Movement	                                           *
 *  TARGET SPEC:  CSS 2                                                              *
 *     MODIFIED:  2008.04.23	                                                       *
 *    AUTHOR(S):  Bill Adams & Graham Wheeler / NetMediaOne - www.netmediaone.com    *
 *                                                                                   *
\*************************************************************************************/

/* Spacing and other tweaks */
html, body, div#layoutWrapper { margin: 0; padding: 0; page-break-inside: auto; display: inline !important; }

#loginForm, #loginStatus, #navSection, #footerSection { display: none; }

body { background: #fff; }

#layoutWrapper {  }

#contentSection { overflow: visible !important; }

#attendeeList li { float: none; height: auto; width: auto; display: list-item; page-break-inside: avoid; border-top: 1px solid #ccc; }