/*==================  Stack Table  ======================*/
.stacktable {
  width: 100%;
}
.st-head-row {
  font-weight: 700;
}
.st-head-row-main {
  display: none;
}
.large-only {
  display: table;
}
.small-only {
  display: none;
}
@media (max-width: 767px) {
  .large-only {
    display: none;
  }
  .small-only {
    display: table;
  }
}
