<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.model_options {
    text-align: center;
    white-space: nowrap;
    /* overflow-x: scroll; */
    overflow-y: hidden;
    height: 52px;
    margin-bottom: 2px;
}
.model {
    cursor: pointer;
    display: inline-block;
    /* margin-right: 1px; */
    /* margin-left: 2px; */
    margin-bottom: 2px;
    opacity: 0.9;
    -webkit-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    overflow: hidden;
}
.model:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.model:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.model:hover {
    /* opacity: 0.5; */
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.model.inactive {
    opacity: 0.33;
}
.model img {
    width: 50px;
    /* border-radius: 2px; */
    display: block;
}
.buttons {
    /* margin-bottom: 0.5em; */
}
input.search {
    text-align: center;
    width: 128px;
    font-size: initial;
}
</pre></body></html>