/* table colors for grade 6 to 8 scope and sequence accessible version */
/* spacing between adjacent cells turn off outside borders */
table.sequence { 
  border-spacing: 1em;
border: none !important;
 border-collapse: separate;
}
/* Inner Cell Content */
/* physical science cells */
td.ps {
  border: 4px solid #c56137 !important;   
  border-radius: 6px;
  background-color: #FFDEB8;
}
/* earth and space science cells */
td.ess {
   border: 4px solid #8B90BE !important;   
   border-radius: 6px; 
  background-color: #D0D3F2;
}
/* life science cells */
td.ls {
   border: 4px solid #919484 !important;   
   border-radius: 6px;
  background-color:#e5e6e5;
}
/* header cells */
.headercell {
border: none !important;
background-color:#000;
color:#fff;"
}
/* tight vertical spacing within table cells */
p.tight-text {
  margin-bottom: 0.25em;
}
