<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.divSearchBoxInput{
    width: 100%;
}

.divListSearchBoxInput {
    display: inline-block;
}

.listSearchValueInput {
    padding: 0.5rem;
}

.divListSearchBoxButton {
    display: inline-block;
}

.listSearchBoxButton {
    background: #205a65;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    width: 100px;
    cursor: pointer;
}</pre></body></html>