.pSchDays[data-v-dc81b9ca] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pSchDay[data-v-dc81b9ca] {
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-transform: capitalize;
}
.pSchDay.tiny[data-v-dc81b9ca] {
  min-width: 0px;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
.pSchDay.pSchDay--active[data-v-dc81b9ca] {
  opacity: 1;
}
.pSchDay + .pSchDay[data-v-dc81b9ca] {
  margin-left: 8px;
}
.pSchDay + .pSchDay.tiny[data-v-dc81b9ca] {
  margin-left: 4px;
}
