
.tips {
    cursor: help;
    text-decoration: none;
}

.order-status {
    display: inline-flex;
    line-height: 2.5em;
    color: #454545;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%
}

.order-status.status-completed {
    background: #c8d7e1;
    color: #003d66
}

.order-status.status-on-hold {
    background: #f8dda7;
    color: #573b00
}

.order-status.status-failed {
    background: #eba3a3;
    color: #570000
}

.order-status.status-processing {
    background: #c6e1c6;
    color: #2c4700
}

.order-status.status-trash {
    background: #eba3a3;
    color: #550202
}

.order-status>span {
    margin: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis
}

.wc-order-preview .order-status {
    float: right;
    margin-right: 54px
}

.wc-order-preview article {
    padding: 0!important
}

.wc-order-preview .modal-close {
    border-radius: 0
}

.wc-order-preview .wc-order-preview-table {
    width: 100%;
    margin: 0
}