
.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: 35px;
  background-color: rgba(0, 0, 0, 0);
  color: #6D6D72;
  line-height: 35px;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: 10px;
  text-transform: uppercase;
}
