#search-input.loading {
    background: url(/img/loading.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
    background-color: #F3F3F3;
}

table{table-layout:fixed;}
table td{overflow:hidden;text-overflow:ellipsis; nowrap:false;}