/* NightLight Mobile CSS 
 *
 * Color Palette:
 *
 * #252525 - Grey-black: Background (default), header and footer background
 *           
 * #3E3B3B - Brown-grey: Content/detail background
 *
 * #FFFFFB - Warm white (default): Text (just about everywhere), site title (1)
 *
 * #E8C600 - Bright yellow-green: Site title (2), section titles (nav, feat, meta),
 *           link hover (nav, meta), main menu links (hover), tab  background (active),
 *           tab text (hover)
 *
 * #DBDBDB - Grey: Site title (3), feature hrule, ...
 */

/*********************************************************************** 
 ****** BEGIN: NightLight CSS IDs and Classes (mobile)          ********
 ***********************************************************************/          

.tablesaw th, .tablesaw td {
  padding: 0px;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  width: 1.8em;
}

.publicbody {
  background: #252525;
  color: #FFFFFB;
  margin: 0;
  padding: 19px;
  font-size: 13pt;
  font-family: 'Raleway', sans-serif;
  line-height: 1.33;
}

@media (max-width: 810px) {
  .margin-down {
    padding: 0px;
    margin: 0px;
  }

  #mcontent {
    padding: 0px;
    margin: 0px;
  }
}

#tngheader {
  display: none;
  height: 0px;
}

/*********************************************************************** 
 ****** END: NightLight CSS IDs and Classes (mobile)            ********
 ***********************************************************************/          


