.ui.category.search .results {
     max-height: 600px;
height: auto;
}


.ui.search>.results {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    text-align: left;
    text-transform: none;
    background: #fff;
    margin-top: .5em;
    width: 18em;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    border: 1px solid #d4d4d5;
    z-index: 998;
}

.search_dspace .category{margin-bottom: 30px;}
.search_dspace h5 a.action.actiontop {text-decoration: underline;
    
}
.search_dspace a.action {}

.search_dspace .category .name {
display: table-cell;
    width: 85px;
    padding-right: 20px;
    font-weight: bold;
}
.search_dspace .results .category .results {
    border: none;
    padding: 0;

    position: relative;
    display: table-cell;
    width: -webkit-fill-available;
    box-shadow: none;
    width: auto;
}
.search_dspace .results .category .results ul {padding-left: 20px;}
.search_dspace .result .title {    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;}
.search_dspace .result .description {    padding-left: 10px;
    margin-bottom: 10px;}

.search_dspace .results  h5 span {float:right;}