/* Inventory Expiry */
.text-critical { color: #9f0000; }
.text-danger { color: red; }
.text-warning { color: #ff6a00; }
.text-good { color: green; }


/* Table Buttons */
.action-buttons {
    margin-bottom: 5px;
    text-align: left;
}

.action-buttons a {
    display: inline-block;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: white;
    background-color: #4c7e2f;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
}

.action-buttons a:hover {
    background-color: #502f7e;
}

.action-buttons button {
    display: inline-block;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: white;
    background-color: #4c7e2f;
    border: none;
    border-radius: 4px;
}

.action-buttons button:hover {
    background-color: #502f7e;
}

.center-text h1 {
    text-align: center;
}

.a view {
    color: black;
    text-decoration: none;
}


