<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblDomButtonGrayRoundRect {
  position: relative;
  width: 29px;
  height: 29px;
  text-align: right;
}
.mblDomButtonGrayRoundRect &gt; div {
  position: absolute;
  right: 0px;
  display: inline;
  padding: 0px 5px;
  top: 7px;
  color: white;
  font-family: Helvetica;
  font-size: 12px;
  border-radius: 4px;
  background-color: #949ba5;
  text-align: center;
}
.mblDomButtonGrayRoundRect &gt; div &gt; div {
  display: none;
}
</pre></body></html>