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

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

.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 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #eee
}

.repo-list-name {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2
}

.repo-list-name:hover {
    text-decoration: none;
}

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

.repo-list-description {
    max-width: 550px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    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 {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    color: #888
}

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

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