.button.button-primary {
    margin-top: 20px;
}

table.shipTable {
    border: 1px solid black;
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
}

table.shipTable td, table.shipTable th {
    padding: 5px;
    margin: 5px;
}

.tableHead {
    font-weight: bold;
    padding-left: 10px!important;
    padding-top: 10px!important;
}

.wp-core-ui .button-secondary.rowDelete {
    background-color: #DC3232;
    border-color: #DC3232;
    color: white!important;
}

td.estimate {
    color: crimson;
    font-weight: bold;
}
