.momoyoga-schedule .momoyoga-section {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 11px;
    display: block;
    margin: 0 0 15px 0;
    padding: 25px;
}

.momoyoga-schedule .momoyoga-day {
    display: inline;
    font-size: 20px;
    color: #999;
}

.momoyoga-schedule .momoyoga-date {
    display: inline;
    color: #999;
    margin: 0 0 0 8px;
}

.momoyoga-schedule .momoyoga-lessons {
    display: block;
}

.momoyoga-schedule .momoyoga-lesson {
    display: block;
    margin: 15px 0 0 0;
    min-height: 24px;
    position: relative;
}

.momoyoga-schedule .momoyoga-lesson-time {
    display: inline-block;
    font-size: 20px;
    min-height: 24px;
    overflow: hidden;
}
.momoyoga-schedule .momoyoga-lesson-title {
    display: inline-block;
    font-size: 20px;
    height: 24px;
    left: 120px;
    right: 210px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.momoyoga-schedule .momoyoga-lesson-teacher {
    display: block;
    min-height: 24px;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 90px;
}
.momoyoga-schedule .momoyoga-lesson-action {
    display: block;
    min-height: 24px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 90px;
}


@media screen and (max-width: 480px) {
    .momoyoga-schedule .momoyoga-lesson {
        min-height: 48px;
    }

    .momoyoga-schedule .momoyoga-lesson-title {
        clear: right;
        left: 110px;
        right: 0;
    }

    .momoyoga-schedule .momoyoga-lesson-teacher {
        left: 110px;
        min-height: 24px;
        top: 24px;
    }

    .momoyoga-schedule .momoyoga-lesson-action {
        top: 24px;
    }    
}
