

.orders-list {
    border: 1px solid #CCC;
    border-bottom: none;
}

.orders-list .order-labels {
    background: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 10px;    
}

.orders-list .order-labels:last-child {
    border-bottom: none;
}

.orders-list .order {
    border-bottom: 1px solid #CCC;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* ===== TODO: Lock in some better colors ===== */
.order .status { color: #999; }
.order .status.await { color: #999; }
.order .status.received { color: #00F; }
.order .status.processing { color: yellow; }
.order .status.shipped { color: #0F0; }
.order .status.preorder { color: fuchsia; }
.order .status.voided { color: #F00; }
.order .status.hold { color: yellow; }
