Suggestions for fastpath css on mobile devices?

I had noticed that our fastpath chat looks tiny tiny on an iPhone, but otherwise seems to work. I am thinking I can fix this in the webchat/style.jsp CSS. Are there any suggestions for styling fastpath for mobile devices? My first guess is to take out all font size declarations. What else needs to happen?

Also, is there a way to load a specific alternative stylesheet for a workgroup?

Your ideas are welcome - thanks.

Did you get fastpath and the iphone to communicate with each other? I am having the problem of having fastpath send an alert to the iphone if a chat session is requested. Di you find a work around?

No progress. Fewer than 1 in 1,000 of our FastPath webchat requests are from mobile devices. It would be nice to advertise though. I did learn something about adding distinct styleshets for mobile devices, e.g. for iphone

> <link media="only screen and (max-device-width: 480px)"
>     href="iPhone.css" type="text/css" rel="stylesheet" />

From http://www.cssdiscussion.com/viewtopic.php?id=25