﻿
#iptres {
    /*padding: 5px 40px 5px 10px;
    padding-right: 80px;*/
}

.index-search .iptres {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.star {
    height: 22px;
    float: right;
    margin-top: 5px;
    display: none;
    cursor: pointer;
}

    .star:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
