.tab_list {
  display: flex;
  justify-content: space-between;

  font-size: 0.6rem;
  background-color: #fff;
  margin-bottom: 10px;
}

.tab_item {
  flex: 1;

  text-align: center;
  padding: 10px 0;
}

.tab_item.active a {
  color: #ee1459;
}

.search_box {
  text-align: right;
  padding-right: 20px;
  margin: 10px 0;
}

#start_time {
  border: 1px solid #eee;
}
