table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #f4f4f4;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
.expiring {
    background-color: #ffcccc; /* Červené podbarvení pro expirované služby */
}
.notification {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fffae6; /* Žluté upozornění */
    border: 1px solid #ffc107;
}

.updated {
    background-color: #ccffcc; /* Světle zelená pro nedávno upravené datum */
}

input[type=text], input[type=date] {
    padding: 5px;
    width: 40%;
    display: inline-block;
    border: 2px solid red;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
}
