#newsPages { display: none; }

.news_item {
  position: relative;
  clear: both;
  float: left;
}

.news_item h2.title {
  font-size: 1.2em;
  font-weight: bold;
}

.news_item p {
  margin: 20px 0 0 0;
}

#newsBack {
  clear: both;
  text-align: right;
}

#newsBack a {
  font-size: 0.9em;
  color: #228d23;
  font-weight: normal;
  text-decoration: none;
}

.date {
  font-size: 0.8em;
  margin: 0;
  color: #000000;
  float: left;
}

.news_item .subtitle {
  margin: 0;
  color: #000000;
}
