#stgh-kb-articles{
    width: 100%;
    text-align: center;
}

.stgh-kb-topic{
    display: inline-block;
    vertical-align: top;
    margin: 1em 1% 1em;
    padding-bottom: 20px;
    background-color:#efefef;
    overflow-y:auto;
    font-size:14px;
    border: 1px solid #efefef;
}



#stgh-kb-search-form{
    position: relative;
    margin: 0 auto 20px auto;
    width: 100%;
}


#stgh-kb-search-s {
    padding: 10px;
    margin: 0 auto 20px auto;
    line-height: 22px;
    display: block;
    width: 100%;
}

#stgh-kb-search-form::before{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 20;
    color:gray;
    font: 400 22px/1 dashicons !important;
    content: "\f179";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stgh-kb-rounded{
    border-radius:5px 5px;
}

.stgh-kb-topic h3{
    font-size:16px;
    padding:10px;
    margin:0 !important;
    background-color:#ababab;
    text-align: left;
}

.stgh-kb-article{
    padding:5px 10px;
    margin:5px 0;
    text-align: left;
}


.stgh-kb-autoitems:before, .stgh-kb-article:before{
    content: "\f123";
    font-family: dashicons, serif;
    color: #ffffff;
    margin: 5px;
}

.stgh-kb-autoitems:before{
    color: #cdcdcd;
}


#stgh-kb-layout{
    display:none;
}

.stgh-breadcrumb{
    margin: 0 0 20px 0;
}

.stgh-kb-autoitems{
    font-size: 12px;
    font-weight:bold;
}

.stgh-kb-list-header{
    font-size: 12px;
    font-weight: normal;
    margin: 10px 5px 0 10px;
}

.ui-autocomplete-loading{
    background-image: url(loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    visibility: visible;
}