.news {
  margin-left: 10px;
}

.news .item {
  margin: 0px;
  margin-bottom: 2em;
}

.news .item .subject {
  margin: 0px;
  padding-bottom: .25em;
  border-bottom: 1px solid #999999;
}

.news .item .info {
  margin: 0px;
  color: #999999;
}

.news .item .content {
  margin: 0px;
  padding-bottom: .25em;
  border-bottom: 1px solid #999999;
}

