
.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;
  background-color: #dedede;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dedede));
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #dedede 100%);
  border-bottom: 1px solid #c0c0c0;
  color: #000000;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  line-height: 22px;
}
