.page-node-type-village .view-dash-chief-performances {
  width: 1145px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 100vw;
}

.view-dash-chief-performances table {
  margin-bottom: 20px;
}
.view-dash-chief-performances table > caption {
  text-align: left;
  font-family: HappinessV;
  color: #1E2643;
  font-size: 28px;
  margin-bottom: 10px;
}
.view-dash-chief-performances table td.is-active {
  background-color: transparent;
}
.view-dash-chief-performances .views-field-field-category {
  padding-left: 3em;
  width: 215px;
}
.view-dash-chief-performances .views-field-field-category .item-list {
  position: relative;
}
.view-dash-chief-performances .views-field-field-category li:first-child span {
  /* family */
  /* lifestyle */
  /* music */
  /* visual art */
}
.view-dash-chief-performances .views-field-field-category li:first-child span:before, .view-dash-chief-performances .views-field-field-category li:first-child span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: white;
  opacity: 0.54;
}
.view-dash-chief-performances .views-field-field-category li:first-child span:after {
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  z-index: 1;
}
.view-dash-chief-performances .views-field-field-category li:first-child span.parent-tid-80:after {
  background-image: url(../../images/booking/icon-family.svg);
}
.view-dash-chief-performances .views-field-field-category li:first-child span.parent-tid-82:after {
  background-image: url(../../images/booking/icon-lifestyle.svg);
}
.view-dash-chief-performances .views-field-field-category li:first-child span.parent-tid-79:after {
  background-image: url(../../images/booking/icon-music.svg);
}
.view-dash-chief-performances .views-field-field-category li:first-child span.parent-tid-81:after {
  background-image: url(../../images/booking/icon-visual.svg);
}
.view-dash-chief-performances .views-field-field-start-date {
  width: 120px;
}
.view-dash-chief-performances tr.last {
  border-bottom: 3px solid #666666;
}
.view-dash-chief-performances tr.week {
  background-color: #ACBEB9;
}
.view-dash-chief-performances table.legend {
  width: auto;
}
.view-dash-chief-performances table.legend span.state {
  display: inline-block !important;
  margin-right: 5px;
}