/*
 * Educational Testing Service
 * www.ets.org
 * print.css
 *
 */
/* ***************************************************************** */
#center_content { float: none !important; }
#right_content { float: none !important; }
#search { display: none; }
#corp_navigation { margin: 0 0 0 20px !important; }
.section, .contents { width: 4.0in !important; }

/* ***************************************************************** */
/* ics print styles */

#ets-external-window {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent;
   font-size: 10pt;
   }

#ets-close-window { display: none; }
#printadmissionticket { display: none; }

tr { page-break-inside: avoid; }

/* generic noprint for use anywhere */
.noprint {display: none;}


/* [ fin ] */


