<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblDomButtonGrayCross {
  position: relative;
  width: 29px;
  height: 29px;
}
.mblDomButtonGrayCross &gt; div {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 14px;
  height: 2px;
  margin: 0px;
  font-size: 1px;
  border: 1px solid #0d1721;
  background-color: #6c6e6d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-radius: 2px;
}
.mblDomButtonGrayCross &gt; div &gt; div {
  position: absolute;
  top: -7px;
  left: 5px;
  width: 2px;
  height: 14px;
  margin: 0px;
  font-size: 1px;
  border: 1px solid #0d1721;
  background-color: #6c6e6d;
  border-radius: 2px;
}
</pre></body></html>