
.typeahead {
    letter-spacing: normal;
    overflow: hidden;
    font-size: 12px;
    z-index: 5;
}

.typeahead li{
    border: 1px solid #ccc0;
    padding: 2px;
    background-color: #ececec;
}

.select2-container {
    width: 100% !important;
/*    display: block;
    padding: 10px 4px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color 
ease-in-out .15s, -webkit-box-shadow 
ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
    font-size: 12px;
    height: 40px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
*/}
