
.tssm-c {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  border: 1px solid #171515;
  margin-right: 5px;
  top: 0.25em;
}
.tssm-c span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8em;
  line-height: 0.8em;
  font-variant-numeric: lining-nums;
}


.tssm-touch {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.25em;
  display: inline-block;
  position: relative;
  top: 0.25em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/lab/assets/images/scootermesser/touch.svg);
}
