<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblDomButtonGrayKnob {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayKnob &gt; div {
  
  position: absolute;
  top: 6px;
  left: 2px;
  width: 23px;
  height: 3px;
  margin: 0px;
  font-size: 1px;
  background-color: #cecfce;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #9c9e9c;
}
.mblDomButtonGrayKnob &gt; div &gt; div {
  
  position: absolute;
  top: 6px;
  width: 23px;
  height: 3px;
  background-color: #cecfce;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #9c9e9c;
}
.mblDomButtonGrayKnob &gt; div &gt; div &gt; div {
  
  position: absolute;
  top: 6px;
  width: 23px;
  height: 3px;
  background-color: #cecfce;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #9c9e9c;
}
</pre></body></html>