.cost-upload-thumbnail:hover {
    background-color: #c2cfd6;
}

.cost-upload-thumbnail .file-name {
    height: 42px;
    display: block;
    overflow-wrap: break-word;
    overflow: hidden;
}

.item-holder {
    border: 2px solid crimson;
}

.item-holder {
    background-color: #f0f3f5;
    padding: 10px;
}

.item-holder legend {
    width: inherit;
    padding: 0 10px;
}

.item-holder .close-button {
    position: absolute;
    margin-top: -35px;
    right: 17px;
}


table.invoices-table a {
    color: black;
}