<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblEdgeToEdgeCategory {
  position: relative;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  border-bottom: 1px solid #393439;
  background-color: #212021;
  color: white;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}
</pre></body></html>