.target-names.first-div::after {
    content: "";
    clear: both;
    display: block;
}

.search-list {
    width: 860px;
    height: 850px;
    float: left;
    margin-left: 1.8%;
    overscroll-behavior: contain;
}

.hashtag {
    position: relative;
    left:10px;
    background-color: lavender;
    padding: 5px;
    border-radius: 50%;
    /* display: inline-block; */
    animation: zoom 0.2s;
    margin-top:15px;
    margin-bottom: 50px;
    /* background-color:navy */
}

.hashtag img {
    width: 80px;
    border-radius: 50%;
    /* border: solid 15px; */
    cursor: pointer;
}

.hashtag span {
    position: absolute;

    width:160px;
    top: -15px;
    left:-5px;
    /* left: 50%;
    transform: translate(-50%, 0); */
    font-size: 13px;
}

.hashtag .hashtag-close {
    border: none;
    background-color: mediumpurple;
    color: lavender;
    border-radius: 3.5px;

    /* position: absolute;
    right: 0px;
    top: 0px; */
}

.hashtag .hashtag-close:hover {
    cursor: pointer;
    background-color: paleturquoise;
    color: blue;
}

/* .hashtag-list::after {
    content: "";
    clear: both;
    display: block;
} */



#search-result-table .hashtag-add{
    background-color: skyblue;
    color: whitesmoke;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

#search-result-table .hashtag-add:hover{
    background-color:steelblue;
    color: whitesmoke;
}

#search-result-table .hashtag-add:disabled{
    background-color: whitesmoke;
    color: lightgray;
    cursor: not-allowed;
    pointer-events: all !important;
}

#search-result-table .hashtag-add:disabled:hover{
    background-color: whitesmoke;
    color: lightgray;
    cursor: not-allowed;
    pointer-events: all !important;
}





.search-list .section .search-list-option-search {
    /* float: left; */
    border-top: groove;
    border-left: groove;
    border-right: groove;
    /* border-bottom: groove; */

}

.search-list .search-list-option-search .search-result-numbers {
    float: left;
}

.search-list .search-list-option-search .search-list-search {
    float: right;
}

.search-list .search-list-option-search .search-list-search:after {
    content: "";
    clear: both;
    display: block;
}

#search-result-table  {
    border: groove;
    display: block;
    overflow-y: scroll;

    width: 100%;
    height: 1407px;

    text-align: center;
}

#search-result-table  > tr {
    border: solid 1px;
    /* cursor: pointer; */
}

#search-result-table  > tr > td {
    border: solid 1px;
    /* cursor: pointer; */
}

/* 
.search-list table tr:nth-child(1){
    text-align: left;
} */

/* .search-list td:hover{
    cursor: pointer;
} */

.compound-detail {
    min-width:330px; max-width:300px; word-wrap: break-word; text-align:left; vertical-align: text-top;
}

.col {
    display: inline-block; width: 33%;
}

/* .measured-similarity {
    transform: translate(-50%, -50%);
} */

