To reference an id with a period in it you need to use a backslash. Not sure if its the same for hyphens or underscores. For example: HTML
<div id="maintenance.instrumentNumber">############0218</div>
CSS
#maintenance\.instrumentNumber{word-wrap:break-word;}