.view-taula-mir .table-responsive {
    background-color: var(--c-background);
    margin-bottom: 0;
    border: none;
}

.view-taula-mir .table-responsive .table {
    background-color: var(--c-background);
}

.view-taula-mir .table-responsive .table thead .views-field {
    text-transform: uppercase;
    text-align: center;
}

.view-taula-mir .table-responsive .table tbody .views-field {
    text-align: center;
}

.view-taula-mir .table-responsive .table tbody .views-field a {
    color: var(--c-primary);
}

.view-taula-mir .table-responsive .table tbody .views-field ul {
    list-style: none;
}

.view-taula-mir .table-responsive .table tbody .views-field ul li {
    margin-bottom: 6px;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-especialitat {
    font-weight: 700;
    text-align: left;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-email a {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 0;
    background-image: url("../images/icons/mail_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-teaching-guides .file,
.view-taula-mir .table-responsive .table tbody .views-field-field-informative-page .file {
    margin: 0;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-teaching-guides .file .file-icon,
.view-taula-mir .table-responsive .table tbody .views-field-field-teaching-guides .file .file-size,
.view-taula-mir .table-responsive .table tbody .views-field-field-informative-page .file .file-icon,
.view-taula-mir .table-responsive .table tbody .views-field-field-informative-page .file .file-size {
    display: none;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-teaching-guides .file .file-link,
.view-taula-mir .table-responsive .table tbody .views-field-field-informative-page .file .file-link {
    background-color: var(--c-background);
    border: none;
}

.view-taula-mir .table-responsive .table tbody .views-field-field-teaching-guides .file .file-link a,
.view-taula-mir .table-responsive .table tbody .views-field-field-informative-page .file .file-link a {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    font-size: 0;
    background-image: url("../images/icons/pdf_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}
  