.gw-repo-outer {
  float: left;
}
.gw-repo-outer:nth-child(4n + 1) {
  clear: left;
}
.gw-repo {
  padding: 0.5em 0;
  margin: 0.75em 0.5em 0em 0;
}
.col-md-3:nth-child(5n) {
  clear: left;
}
.gw-title{
}
.gw-name {
  font-weight: bold;
}
.gw-stats {
  display: inline-block;
  margin: 0;
  float: right;
}
.gw-repo-desc{
  font-size: 0.75em;
  letter-spacing: 1px;
}
.gw-watchers, .gw-forks {
  display: inline-block;
  height: 21px;
  padding: 0 5px 0 23px;
  line-height: 21px;
  background: transparent url('/static/repostat.png') no-repeat 0 0;
}
.gw-watchers {
  background-position: 5px -2px;
}
.gw-forks {
  background-position: 5px -52px;
}
.gw-lang {
  display: none;
}
.gw-clearer {
  clear: left;
}