.newsTable {
  width: 100%;
  border-collapse: separate;
}

.otherNews {
  width: 190px;
  background-color: #f9f9f9;
  border-left: white solid 5px;
  color: gray!important;
  vertical-align: top;
  padding: 16px 4px 8px 4px;
}

.otherNews ul {
  list-style: none;
}

.otherNews li  {
  padding: 5px;
  font-size: 10px;
}

.otherNews span.dateTime  {
  font-size: 10px;
  font-weight: bold;
}