.profile-page {
    width: 60%;
    margin: 40px auto;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 20px;
}

.profile-page h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
}

.profile-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
}

/* If you have any special button style, apply it to the Edit links */
.special-btn-small.edit {
    background-color: #FFC107;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
}
