/* /css_filters/css/filter.css for dithered.com
   styles for all pages in /css_filters
   code by Chris Nott (chris[at]dithered[dot]com) */

@import url(../../css/layout.css);

/* select browsers form */
div.checkbox {
   float: left;
   width: 18em;
   }
input {
   margin-left: 0;
   }
label {
   display: inline;
   font-weight: normal;
   }
#updateTableButton {
   clear: left;
   display: block;
   }   
   
/* summary and legend table classes */
td, th {
   background: #cccccc;
   text-align: center;
   }
td.y {
   background: #00cc00;
   }
td.n {
   background: #cc0000;
   }
td.d {
   background: #cccc00;
   }
td.u {
   background: #999999;
   }
td p {
   margin: 0;
   }
   
/* legend for summary table */
#legendTable td.codeMeaning {
   text-align: left;
   }
   
/* summary table */
#summaryTable {
   clear: both;
   }
#summaryTable td, #summaryTable th {
   text-align: center;
   }
#summaryTable th.filterName {
   padding: 4px;
   text-align: left;
   white-space: pre;
   }
#summaryTable a[href^="http://"] {
   background: none;
   padding-right: 0;
   }

