div.filter-container input {
    width: 100%;
}

table.grey-head thead tr {
    background: #F5F5F5;
}

table.grey-head thead tr.filters {
     background: none;
 }

tr.filters td {
    padding-bottom: 0;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#uploadIMEI, #uploadPOP {
    width: 50%;
}