.working_hours_style_1 .widget_inner {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    border: 2px solid #fff;
    border-top: 0;
    margin-top: -15px !important;
    padding: 28px 30px 23px !important;
}

.working_hours_style_1 .widgettitle {
    position: relative;
    margin: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.working_hours_style_1 .widgettitle h4 {
    margin-bottom: 0 !important;
    padding: 0 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 85%;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.working_hours_style_1 .widgettitle:before, .working_hours_style_1 .widgettitle:after {
    height: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    content: "";
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #fff;
}

.working_hours_style_1 .widgettitle:before {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.working_hours_style_1 .table_working_hours {
    margin-bottom: 0;
}

.working_hours_style_1 .table_working_hours tr td {
    padding: 4px 2px;
    border: 0;
}

.working_hours_style_1 .table_working_hours tr td:nth-child(1) {
    padding-right: 13px;
}

.working_hours_style_1 .table_working_hours tr td:nth-child(2) {
    padding-left: 13px;
}