.repo-list-name,
.repo-list-name .prefix,
.repo-list-name .slash {
  font-weight: 400
}

.repo-list {
  position: relative;
  padding-left: 0
}

.repo-filler {
  display: block;
  height: 20px;
}

.repo-list .participation-graph {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}

.repo-list .participation-graph.disabled {
  display: none
}

.repo-list .participation-graph .bars {
  position: absolute;
  bottom: 0
}

.repo-list-item {
  margin: auto;
  position: relative;
  width: 78%;
  padding: 10px 0 30px 0;
  list-style: none;
  border-bottom: 1px solid #eee
}

.repo-list-name {
  font-size: 1.2rem;
  margin: 0;
}

.repo-list-name:hover {
  text-decoration: none;
  color: #4169E1
}

.repo-list-name .slash {
  margin-right: -4px;
  margin-left: -4px
}

.repo-list-description {
  margin: 12px 0;
  max-width: 99%;
  font-size: 0.95rem;
  color: #666
}

.repo-list-stats {
  margin-top: 6px;
  float: right;
  font-size: 12px;
  font-weight: 700;
  color: #888
}

.repo-list-stats .repo-list-stat-item {
  margin-left: 8px;
  display: inline-block;
  color: #888;
  text-decoration: none
}

.repo-list-stats .repo-list-stat-item:hover {
  color: #4183c4
}

.repo-list-stats .repo-list-stat-item>.octicon {
  font-size: 14px
}

.repo-list-info {
  display: inline-block;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #888;
  vertical-align: middle
}

.repo-list-info .octicon {
  margin-top: -3px;
  font-size: 12px;
  vertical-align: middle
}

.repo-list-meta {
  font-size: 13px;
  color: #999
}

.repo-list-meta .avatar {
  margin-top: -2px
}

.repo-list-meta a:hover {
  text-decoration: none
}

.repo-list-meta .meta-info-left {
  float: left;
}

.repo-list-meta .meta-info-left a {
  color: #999
}

.repo-list-meta .meta-info-left a:hover,
.repo-list-meta .meta-info-left a:hover {
  text-decoration: underline
}

.repo-list-meta .meta-info-right {
  float: right;
  padding-left: 1rem;
}

.repo-list-meta .meta-info-right a {
  color: #999
}

.repo-list-meta .meta-info-right a:hover,
.repo-list-meta .meta-info-right a:hover {
  text-decoration: underline
}
