.dropdown{position:relative}.dropdown__button{background-color:#fff;border:1px solid #ddd;border-radius:2px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444;width:100%}.dropdown__button_expanded{color:#111;border-color:#ccc}.dropdown__label{overflow:hidden;text-overflow:ellipsis;margin-right:8px}.dropdown__chevron{width:8px;height:8px;margin-left:auto;display:block;-ms-flex-negative:0;flex-shrink:0}.dropdown__chevron path{fill:#767676}.dropdown__chevron_expanded path{fill:#444}.dropdown__listbox{background-color:#fff;border:1px solid #ccc;border-radius:2px;position:absolute;z-index:1}.dropdown__item:focus,.dropdown__item:hover,.dropdown__item_selected{background-color:#f5f5f5;color:#111}