/* NearDark2 Mobile CSS 
 *
 * Color Palette:
 *
 * #211A16 - Brown-black: Background (default), header and footer background,
 *             
 * #FFC040 - 'Schoolbus': Site title (2), section titles (nav, meta), 
 *           main menu (hover), nav link / meta link (background hover)
 *
 * #504034 - Medium brown: Data labels, column labels, and tabs
 *
 * #E9CFA2 - Pale brown: nav link / meta link (text), main menu (text),
 *           site desc (text)
 *
 * #F9F5F0 - Cream:  Tabs (inactive background), input field labels, data 
 *           lables (text)
 */

/*********************************************************************** 
 ****** BEGIN: NearDark2 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: #E9CFA2;
  margin: 0;
  padding: 19px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12pt;
  font-weight: 400;
}

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

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

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

/** Hyperlink overrides for paragraphs (Meta) **/

.mobilefooter p a:link, .mobilefooter p a:visited {
  color: #E9CFA2;
  border-bottom: 1px dotted;
  text-decoration: none;
}

.mobilefooter p a:hover {
  border-bottom: 2px dotted;
  text-decoration: none;
}




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


