table {
    font-size: 1.025vw;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #04B89F;
    color: white;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
.export-table-to-excel {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    margin-right: 5%;
}
.pacientes {
    cursor: default;
    width: 100%;
    border-collapse: collapse;
}