.autocomplete-search-input {
    top: 3rem;
    right: 0rem;
    background: white;
    width: calc(228px + 97.52px);
    border: 1px solid #38a0b2;
    border-radius: 5px;
}
.autocomplete-search-input ul {
    list-style: none;
    font-family: "Gotham A", "Gotham B";
    margin: 0rem;
}

.autocomplete-search-input ul li {
    height: 50px;
    overflow: auto;
    border-bottom: 1px solid #38a0b2;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.autocomplete-search-input ul .active {
    background-color: rgba(211, 211, 211, 0.45);
}

.st-ui-type-heading, .st-ui-type-heading-ribbon {
    width: 400%;
}

.st-ui-type-author, .st-ui-type-author-ribbon {
    font-size: 13px;
}

.autocomplete-ribbon {
    line-height: 1;
    color: black;
    background: white;
    border: 1px solid #38a0b2;
    border-radius: 5px;
}
.autocomplete-ribbon ul {
    list-style: none;
    font-family: "Gotham A", "Gotham B";
    margin: 0rem;
}

.autocomplete-ribbon ul li {
    height: 40px;
    overflow: auto;
    text-align: left;
    border-bottom: 1px solid #38a0b2;
    font-size: 17px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.autocomplete-ribbon ul .active {
    background-color: rgba(211, 211, 211, 0.45);
}

.st-spelling-suggestion a {
    color: grey;
    text-decoration: underline;
}