
.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;
    margin-bottom:10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single{
    border: none;
    height:auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.3;
    font-size:13px;
}
