.pdss {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 0;
}
@media (min-width: 600px) {
  .pdss {
    padding: 0 30px;
  }
}
.pdss-stats {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .pdss-stats {
    padding: 0 30px;
  }
}
.pdss-status {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 600px) {
  .pdss-status {
    padding: 0 30px;
  }
}
.pdss-status-table-col-npsn {
  width: 10%;
  min-width: 100px;
}
.pdss-status-table-col-province {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-col-city {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-col-status {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-cell-npsn {
  width: 10%;
  min-width: 100px;
}
.pdss-status-table-cell-province {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-cell-city {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-cell-status {
  width: 20%;
  min-width: 250px;
}
.pdss-status-table-cell-empty {
  font-style: italic;
  color: #afafaf;
  text-align: center !important;
  padding: 60px 30px !important;
}

/*# sourceMappingURL=pdss.css.map */
