/*============================================================================*/
.standard-table-with-inner {
  border-bottom: 0px !important;
}
.standard-table-with-inner th,
.standard-table-with-inner .th {
  background-color: #FF9823 !important;
  border-top: 1px solid #EBD6A0 !important;
  border-bottom: 1px solid #EBD6A0 !important;
  color: #FFFFFF;
  font-size: 13px;
  height: 22px;
  font-weight: bold;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  line-height: 22px;  
}
.standard-table-with-inner td {
  border-top: 0px !important;
  color: #494949;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px !important;
  text-decoration: none;
  vertical-align: middle;
}
/*============================================================================*/
.standard-table-with-inner .standard-table th,
.standard-table-with-inner .standard-table .th {
  background-color: white !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  color: black;
  font-size: 13px;
  height: 22px;
  font-weight: bold;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  line-height: 22px;  
}
#course-table-of-contents.standard-table-with-inner .standard-table th span,
#course-table-of-contents.standard-table-with-inner .standard-table .th span{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}
.standard-table-with-inner .standard-table td {
  border-top: 1px solid #EBD6A0 !important;
  color: #494949;
  font-size: 12px;
  font-weight: normal;
  /*padding: 0px 0px !important;*/
  text-decoration: none;
  vertical-align: middle;
}
/*============================================================================*/
.standard-table {
  border-bottom: 1px solid #EBD6A0 !important;
}
.standard-table th,
.standard-table .th {
  background-color: #FF9823 !important;
  border-top: 1px solid #EBD6A0 !important;
  border-bottom: 1px solid #EBD6A0 !important;
  color: #FFFFFF;
  font-size: 13px;
  height: 22px;
  font-weight: bold;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  line-height: 22px;  
}
.standard-table .th .info {
  /*color: #494949;*/
  font-size: 11px;
  font-weight: normal;
}
.standard-table td {
  border-top: 1px solid #EBD6A0 !important;
  color: #494949;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: middle;
}
/*============================================================================*/
.standard-table-lite {
  border: none !important;
}
.standard-table-lite th {
  background-color: #FEF9E1 !important;
  border-top: none !important;
  border-bottom: 1px solid #EBD6A0 !important;
  color: #494949 !important;
  font-size: 13px;
  height: 22px;
  font-weight: bold;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}
.standard-table-lite td {
  border-top: 1px solid #EBD6A0 !important;
  color: #494949;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 6px !important;
  text-decoration: none;
  vertical-align: top;
}
/*============================================================================*/
.zebra-table .odd td {
  background-color: #FEF9E1 !important;
}
.zebra-table .even td {
  background-color: #FFFFFF  !important;
}

