#date_created{
  /*background-color: rgb(250, 250, 250);*/
  /*width: 100px;*/
  overflow: hidden;
}

.bwsfuX {
  table-layout: auto;
  width: 100%;
}

.bwsfuOFFX td {
  word-wrap: break-word;

}

.oddRow {

  background-color: none;

}


.evenRow {

  background-color: lightgray;
  
}




.bwsfuOFF {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.bwsfuOFF td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Column widths are based on these cells */
.col-0 {
  width: 10px;
}
.col-1 {
  width: 20px;
}
.col-2 {
  width: 20px;
}
.col-3 {
  width: 100px;
}
.col-4{
  width: 180px;
}
.col-5 {
  width: 350px;
}
.col-6 {
  width: 180px;
}
.col-7 {
  width: 80px;
}


.sfuheading{
  margin-bottom: 20px;
}

.myLink{
  color: #004577;
  text-decoration: underline;
}


.myLink:hover{
  color: #444444;
}


table.stu, tr.sfuheader, tr.sfu, td.sfu, th.sfu {
  /*border: 1px solid black;*/
  border-collapse:collapse;
}

tr.sfuheader {
  cursor:pointer;
  display: table-row;
}
tr.sfu {
  display: none;
}
