.tablet_plan_price_wrapper .tablet_plan_price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tablet_plan_price_wrapper .tablet_plan_price .item-suffix {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.tablet_plan_price_wrapper .tablet_plan_item_badge{
  padding: 3px 20px;
  display: inline-block;
  border: 1px solid #333
}