.schedule-list-doctor-table {
    display: flex;
    flex-wrap: wrap;
}

.schedule-list-doctor {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

.schedule-list-doctor > div {
    padding: 0px 5px;
}

.schedule-list-photo {
    min-width: 80px;
    display:none;
}

.schedule-list-photo img {
    max-height: 140px;
    max-width: 80px;
}

.schedule-list-info {
    flex: 1;
    padding: 0 20px;
    text-align: left;
    max-width: 25%;
}

.schedule-list-info h2 {
    font-size: 1em;
    margin-bottom: 0px;
}

.schedule-list-info p {
    font-size: 0.9em;
    margin-bottom: 0px;
}

.schedule-list-schedule {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.schedule-list-day {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.schedule-list-button-wrapper {
    display: block;
}

.schedule-list-button-wrapper button {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #246834;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.schedule-list-button-wrapper button:focus {
    outline: none;
}
.schedule-list-badge:hover{
    background-color:#17449e;
}

.schedule-list-template {
    display: none;
}
.schedule-list-location{
    display:none;
}
.schedule-list-week-day{
    font-size:20px;
}
.schedule-list-clinic{
    color:#246834;
}
.schedule-list-doctor h2{
    font-size:24px !important;
}

@media only screen and (max-width: 767px) {
    .schedule-list-doctor{
    display:block;}

.schedule-list-info {
    max-width: 100%;
}
}