.treatment-history-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.treatment-history-title {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #333;
}

.treatment-history-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.treatment-history-table th, .treatment-history-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.treatment-history-table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

.treatment-history-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.treatment-history-table tbody tr:hover {
    background-color: #f1f1f1;
}

.treatment-details-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.treatment-details-link:hover {
    color: #005177;
    text-decoration: underline;
}
