
        h3 {
            text-align: center;
            color:#040F28;
            margin: 10vh auto 10vh auto;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            color: #040F28;
        }
        table, th, td {
            border: 1px solid #ccc;
        }
        th, td {
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .close {
            color: red;
        }
        .apply {
            color: green;
            text-decoration: none;
            font-weight: bold;
        }
        .apply:hover {
            text-decoration: underline;
        }
        .note {
            font-size: 0.9em;
            color: #666;
        }
