.table {
    border-radius: 0.2rem;
    width: 100%;
    padding-bottom: 1rem;
    color: #212529;
    margin-bottom: 0;
}
.table th:first-child,
.table td:first-child {
    position: sticky;
    left: 0;
}
.table td {
    white-space: nowrap;
}

.table td, .table th {
    min-width: 100px!important;
    border: 1px solid #343a40;
}

.reserve:hover {
    background-color: #dee2e6!important;
}

.profesional-image-content {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1);
}

.profesional-image-content img {
    border-radius: 50%;
    height: 50%;
    width: 50%;
}

.profesionales .biography {
    font-size: 20px;
    margin-top: 35px;
}

@media (max-width:767px) {
    .profesional-image-content img {
        height: 75%;
        width: 75%;
    }

    .profesionales .biography {
        font-size: 18px;
    }

    .profesionales .biography, .fullName, .description {
        text-align: center;
    }

    .profesionales .biography .fullName{
        font-size: 20px;
    }    

    .profesional-image-content {
        border-right: none;
    }
}

