.supplyPlans-list .supplyPlan .supplyPlans-list-header-cell {
  display: none;
}
.supplyPlans-list .supplyPlans-list-cell {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .supplyPlans-list {
    display: block;
  }
  .supplyPlans-list .supplyPlans-list-header {
    display: none;
  }
  .supplyPlans-list .supplyPlan {
    display: block;
    padding: 5px;
  }
  .supplyPlans-list .supplyPlan .supplyPlans-list-header-cell,
  .supplyPlans-list .supplyPlan .supplyPlans-list-cell {
    display: block;
    padding: 0;
  }
  .supplyPlans-list .supplyPlan .supplyPlans-list-cell {
    margin-bottom: 10px;
  }
}
.supplyPlans-list .actions a {
  padding: 0.5em;
  cursor: pointer;
}
.supplyPlans-list .spxr-logo {
  background: url('/img/spxr-text-logo.png') no-repeat 0 0;
  background-size: 36px;
  background-position: center;
}
.supplyPlans-list .spxr-logo span {
  visibility: hidden;
}
