Using different CSS properties for different browsers is very common as they are not rendered the same.

Conditional-CSS allows you to use “if statements” for targeting specific browser versions or a group of browsers.

Features of Conditional-CSS:

Target CSS to any web-browser
Streamline maintenance of your CSS files
Optimise your CSS
Work around those annoying little CSS bugs
Automatic expansion and inclusion of @import statements
It’s free and open source!

Website has an online compiler that enables you to generate the Conditional-CSS file in PHP, C or C#.