.list-group .list-group-item {
    border: none;
    background: #F5F5F6;
}
.list-group .list-group-item.active {
    border-left: none !important;
}
.list-group .octicon {
    color: #828282;
    position: absolute;
}
.header-search-input-body {
    display: inline-block;
}
.gb-markdown table td:first-of-type {
    width: 150px;
}
.dropdown {
    position: relative;
    display: inline-block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    cursor: pointer;
}
.dropdown-content {
    line-height: 20px;
    color: #333;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.header .header-body .header-logo {
    background-size: contain !important;
}
/* 隐藏图片放大展示name和close */
.lb-dataContainer {
    display: none!important;
}
#prevNext {
    padding: 20px 0 60px 280px;
    display: flex;
    justify-content: space-between;
}
#relatedDocs {
    line-height: 40px;
    border: 1px solid #e3e3e3;
    margin: 20px 0 300px 280px;
    padding: 15px;
}
#prevNext a {
    color: #57a2ff;
}
#relatedDocs li {
    margin-left: 20px;
}
img[alt="scale90"] {
    width: 90%;
}
img[alt="scale80"] {
    width: 80%;
}
img[alt="scale70"] {
    width: 70%;
}
img[alt="scale60"] {
    width: 60%;
}
img[alt="scale50"] {
    width: 50%;
}
img[alt="scale40"] {
    width: 40%;
}
img[alt="scale30"] {
    width: 30%;
}
img[alt="scale20"] {
    width: 20%;
}