/* table styling and colors for grade 9 to 12 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 */
/* data cells */
td.hs {
  border: 4px solid #5A5A5A !important;   
  border-radius: 6px;
}
/* header cells */
.headercell {
border: none !important;
background-color:#000;
color:#fff;"
}
/* tight vertical spacing within table cells */
p.tight-text {
  margin-bottom: 0.25em;
}
