/* dojox.mobile.RoundRectCategory */
.mblRoundRectCategory {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 8px 8px 0;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  color: #000000;
  line-height: 30px;
}
