#modWtnTagSearchContainer .hiddenElement {
    display: none;
}

div + .separatorOnTop {
    border-top: 1px dashed black;
}
.inline-search-btn {
    top: 2.3px;
    right: 2px
}

.inline-search-btn img {
    padding: 5px;
}

#WtnTagSearchOptionList,
#modWtnTagSearchOptionList {
    top: 30px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 3;
}
#WtnTagSearchSearchString,
#modWtnTagSearchSearchString,
#wtnTagSearchSearchButton {
    z-index: 4;
}

.modWtnTagSearchOption {
    cursor: pointer;
}

.modWtnTagSearchOption:first-child {margin-top: 2rem;}

.modWtnTagSearchOption:hover {
    background-color: #e0e0e0;
}

#wtnTagSearchSearchButton:after {
    content: none;
}

#wtnTagSearchSearchButton:active {
    background-color: #147bb7;
    color: white;
}

#wtnTagSearchSearchButton:focus {
    background-color: #147bb7;
    color: white;
}

.modWtnTagSearchResultContainer {
    border-bottom: 1px dashed black;
    margin: 15px 3px;
    padding: 8px 18px;
}

.modWtnTagSearchResultContainer:first-child {
    border-top: 1px dashed black;
}

.modWtnTagSearchResultContainer > * {
    margin-bottom: 12px;
}

.modWtnTagSearchResultTitle {
    font-weight: bold;
}

.modWtnTagSearchResultLink a {
    color: #147bb7;
    text-decoration: underline;
}

.match {
    background-color: #c7e1f0;
}