.root {
  -st-states: mobile;
}

.root td {
  vertical-align: middle;
}

.root:mobile td:first-child {
  padding-left: 18px;
}

.root:mobile td:last-child {
  padding-right: 18px;
}