/* Auto Cancel Countdown */
.order-countdown { 
    background: #fff3cd; 
    padding: 10px; 
    border-radius: 4px; 
    border-left: 3px solid #f39c12;
}

.order-countdown .text-danger { color: #d9534f !important; }
.order-countdown .text-warning { color: #f39c12 !important; }
.order-countdown .text-info { color: #5bc0de !important; }
