﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* Put your IE-only styles here. Works for IE 10 & IE 11*/
    .header-search .typeahead.dropdown-menu {
        width: 100% !important;
    }
}