/* DayLight Mobile CSS 
 *
 * Color Palette:
 *
 * #003355 - Steel blue:
 *
 * #5E8DB5 - Pale blue:
 *
 * #D7E3ED - Paler blue (Lighter tint than #5#8DB5):
 *
 * #FFFFF8 - Very pale yellow-white: Background
 *
 * #363636 - Dark grey:
 *
 * #F9F9F9 - Lighest grey:
 *
 * #A13E00 - Rust:  
 */

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

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

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

.publicbody {
  background: #FFFFF8;
  color: #363636;
  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: DayLight CSS IDs and Classes (mobile)              ********
 ***********************************************************************/          


