How to change the class style depending on the browser?
There is one class that is added by the script. In Firefox, from is displayed in the wrong place at all. How to change the style of a class in a specific browser?
Use Modernization. You can also try to read the userAgent of the browser, and then, having determined which browser is in front of you, you can load a separate css for it.