/*
 * Rules that should not be parsed by Netscape 4.x
 * to be included with <link rel="stylesheet" ... media="...">
*/

/* Padding in outer tables */
th, td {
  padding: 0.2em 0.4em;
}

/* Reduced padding in inner tables */
th th, td td {
  padding: 0 0.2em !important;
}
