.select2-result-company {
    width: 465px;
    height: 54px;
}

.select2-result-company .select2-result-company-logo {
    display: inline-block;
    float: left;
    width: 60px;
}

.select2-result-company .select2-result-company-logo img{
    width: 55px;
}

.select2-result-company .select2-result-company-content {
    display: inline-block;
    float: left;
    width: 400px;
}

.select2-result-company .select2-result-company-content div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
