.treatments-wrapper table {
    width: 70%;
    margin: 20px auto 20px auto;
}
td {
    width: 80%;
}
.treatmentLink {
    cursor: pointer;
    color: darkviolet;
    text-decoration: none;
}
.titleLink {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .treatments-wrapper table {
        width: 98%;
    }
}