#admin-menu-section-entities,
#news_author_box {
    display: none !important;
}
.show-edit-days,
.show-edit-stations {
    display: flex;
    flex-wrap: wrap;
}
.show-edit-days h4,
.show-edit-stations h4 {
    width: 100%;
}

.show-edit-days > .switch-wrapper {
    width: 20%;
}
.show-edit-stations > .switch-wrapper {
    width: 25%;
}
ul.timetable-strips-list {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 13px;
    color: #616161;
}
ul.timetable-strips-list li:before {
    content: "\f017";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
}
ul.timetable-strips-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
