| 123456789101112131415161718 | 
							- /* dojox.mobile.EdgeToEdgeCategory */
 
- .mblEdgeToEdgeCategory {
 
-   position: relative;
 
-   overflow: hidden;
 
-   white-space: nowrap;
 
-   text-overflow: ellipsis;
 
-   margin: 0px;
 
-   padding: 0px 10px;
 
-   height: 22px;
 
-   border-bottom: 1px solid #393439;
 
-   background-color: #212021;
 
-   font-family: Helvetica;
 
-   font-size: 16px;
 
-   font-weight: bold;
 
-   color: white;
 
-   line-height: 22px;
 
-   text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
 
- }
 
 
  |