/* htc.print.css */

#udm {
    display: block;
    overflow: hidden;
}
    #udm, #udm li {
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    #udm li {
        height: 33px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
    }
    #search-box { 
        height: 33px;
        overflow: hidden;
    }
    
    #udm li span,
    #udm li ul,
    #right-corner img {
        display: none !important;
    }