#iddiv span { display: inline-block; width: 190px; } .myclass { width:10px; }
Then I have
<
Remember to use the keyword, !important, which functions to overwrite parent rules.
Also you can define your "myclass" in the following way:
#iddiv span.myclass { width:10px; }