

/* Special state row */
.ex-pubs-list TR.work-state .title A {
  color: #FF9900;
}
.ex-pubs-list TR.not-read .title A {
  font-weight: bold;
}

/* LIVE LIST */

DIV.ex-live-list {
  height: 800px;
  width: 100%;
  overflow-y: scroll;
}

.ex-content .table-data .type,
.ex-content .table-data .author,
.ex-content .table-data .op-author {
  white-space: nowrap;
}
