/*	
Copyright 2005 Adobe Systems Incorporated.
macromedia.com HTML Forms CSS Selectors 
->specific data selectors to override borders and padding in /css/data.css on tables on technotes pages<-
$Revision: #1 $ 
*/
table {
font-size: 100%;
border: none;
}
th {
border: none;	
}
table th,
table td {
padding: 0;
}
td {
font-size: 1em;
border: none;	
}
td .preWrapper {
width: 82% !important;
width: 350px;
}