#repo_list {
    overflow-y: auto;
    padding-right: 12px;
}

#repo_list li {
    border-bottom: 1px solid #e2e2e2;
}

.repo_name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.repo_desc {
    margin-top: 12px;
    color: #999999
}

.repo_bottom {
    margin: 12px 0;
}

.cbRepo {
    width: 20px;
    height: 20px;
}