.items-row .item {
  margin-bottom: 0px;
}
.article-title,
.article-header h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.article-title a,
.article-title a:link,
.article-title a:visited {
  color: #428bca;
  text-decoration: none;
}
.article-title a:hover {
  color: #0081c9;
  text-decoration: none;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd),
.row-striped .row-fluid:nth-child(even) {
  background-color: white;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 0px;
  background-color: white;
  
}