#view-upload h1 + table {
    width: 100%;
}

#view-upload h1 + table tbody th,
#view-upload h1 + table tbody td {
    width: 25%;
}

#view-upload h1 + table {
    margin-bottom: 24px;
}

#view-upload h1 + table tbody th {
    font-weight: bold;
    text-align: right;
}

#view-upload h1 + table tbody th span {
    display: inline-block;
    padding-right: 10px;
}
/* #view-upload h1 + table tbody th span:after { */
/*     content: ':'; */
/* } */

#view-upload h1 + table tbody td {
    font-weight: normal;
    text-align: left;
}

#orders-in-upload table {
    width: 100%;
}

#orders-in-upload table.no-edit td,
#orders-in-upload table.no-edit th {
}

#orders-in-upload ul.pagination li span {
    font-weight: bold;
}

#orders-in-upload tr.deleted {
    background-color: rgba(255,0,0,0.25);
}

#orders-in-upload span.deleted {
}