/* ==========================================================================
   CHS-MATH RAMS CONFERENCE 2020 STUDENT TALKS PAGE
   ========================================================================== */
table {
  --cwf-table__thead--background-color: #f8b300;
}
table th {
  text-align: center;
}
tr:nth-child(even) {
  background: #efefef;
}
table td {
  vertical-align: middle;
}



