.applicants-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.applicants-table th, .applicants-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.applicants-table th {
    background-color: #f2f2f2;
    text-align: left;
}

.applicants-table td a {
    color: #0073aa;
    text-decoration: none;
}

.applicants-table td a:hover {
    text-decoration: underline;
}