.tag_btns {
  display: flex;
  margin-bottom: 30px;
}

.tag_btns .btn {
  margin-right: 20px;
}

.tag_btns .btn.active {
  background-color: #009846;
  color: #fff;
}

.tag_item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tag_result {
  display: none;
}

.tag_result.active {
  display: block;
}

.t_a {
  font-weight: bold;
}

.route {
  margin-top: 5px;
}

.route ul {
  display: inline;
  list-style-type: none;
  margin-left: 0.2rem;
  padding: 0;
}

.route ul li {
  display: inline;
}

/*# sourceMappingURL=tagged_objects.css.359cf5931e0d.map */
