/* NearDawn2 Mobile CSS 
 *
 * Color Palette:
 *
 * #252525 - Grey-black: Background (default), header and footer background,
 *           nav link (hover), meta link (hover)
 *
 * #DAE7ED - Light blue-grey (default): Main menu text, nav text/links, meta
 *           text/links
 *
 * #E8C600 - Bright yellow-green:  Site title (2), section titles 
 *           (nav, feat, meta), nav link / meta link (background hover), tab 
 *           labels, input field labels
 *
 * #003355 - Steel-blue: Feature titles and text, data text, tab background
 *
 * #DBDBDB - Grey: Data background
 */

/*********************************************************************** 
 ****** BEGIN: NearDawn2 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: #DAE7ED;
  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: #DAE7ED;
  border-bottom: 1px dotted;
  text-decoration: none;
}

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




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


