<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: 29px;
  border-top: 1px solid #313439;
  border-bottom: 1px solid #adaaad;
  background-color: white;
  color: #7b7d84;
  line-height: 29px;
}
</pre></body></html>