#search {
    position: fixed;
    right: 10px;
    width: 300px;
}

#search input {
    width: 260px;
}

#search button {
    width: 40px;
}

#search .dropdown-divider {
    width: 100%;
}

