#Result {
    background-color: #fff;
    position: relative;
}

#Result h1 {
    margin: 2px 0 17px 0px;
}

#Result ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#Result li + li {
    margin-top: 8px;
}

#Result a {
    display: block;
    position: relative;
    padding: 0 0 0 32px;
    color: inherit;
    line-height:22.4px;
}

#Result a:hover {
    text-decoration: underline;
}

#Result a:before {
    content: "";
    font-family: 'lld-icons';
    font-weight: normal;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    background-image: url(/img/sprite.png);
    left: 0;
    top: 0;
    text-align: center;
}

#Result a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

#Result .LE:before {
    content: "\e9fe";
    background-image: none;
}

#Result .PR:before {
    content: "\e900";
    background-image: none;
}

#Result .JU:before {
    content: "\e901";
    background-image: none;
}

#Result .DT:before {
    content: "\e972";
    background-image: none;
}

#Result .BL:before {
    content: "\e853";
    background-image: none;

}

#Result .CS:before {
    content: "\e902";
    background-image: none;
}

#Result .IF:before {
    content: "\e905";
    background-image: none;
}

#Result .FE {
    background-image: url(../Img/icSug_Exp.png);
}

#Result .EX:before {
    background-position: 0 -160px;
}

#Result .FO:before {
    content: "\e835";
    background-image: none;
}

#Result .sgctitle {
    max-height: 280px;
    overflow: auto;
    z-index: 30;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 2px -1px rgb(229 229 229);
    padding: 16px 30px 16px 30px;
    background-color: #fff;
    line-height: 1.4em;
    font-size: 15px;
    width:100%;
}

#Result .sgctitle:after {
    content: "";
    clear: both;
    display: table;
}

#Result .docstitle {
    float: left;
    width: 59%;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}

#Result .docstitle #docs {
    border-right: 1px solid #ccc;
    padding-right:15px;
}
#Result .docstitle #docs li{
    margin-bottom: 15px;
}

    #Result #queries li:hover {
        text-decoration: underline;
        color: #3b74b9;
        cursor:pointer;
    }

#Result .queriestitle {
    float: right;
    width: 41%;
    padding: 0 16px 0 7px;
    box-sizing: border-box;
}

#sc1Av2SuggestDocs:only-child,
#sc1Av2SuggestQueries:only-child {width:100%;}
