tr.icons {
    display: none;
}

tr.column-name > th {
    padding-bottom: 10px !important;
}

.tag {
    white-space: nowrap;
}

.tag.not-paid {
    background-color: #e57373; /*red lighten-2*/
    color: black;
}

#list-elements > tbody > tr > td[field="invoiceURL"] > span > a > i.material-icons {
    margin-right: unset !important;
}