.dsioInputAutocomplete {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 0px 0 20px;
    text-decoration: none;
    overflow: hidden;
    width: 300px;
    border: 1px solid #999;
    outline: 0;
}

.autocomplete-suggestions {
    background: #FFF;
    overflow: auto;
    margin: -1px 0 0 0;
    border-bottom: 1px solid #999;
}

.autocomplete-suggestion {
    padding: 2px 20px;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    height:30px;
    line-height: 30px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #9b42ce;
    font-weight: 500;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}