order css file
<!-- First stylesheet -->
<link rel="old stylesheet" href="path/to/style.css" />
<!-- Next stylesheet can overwrite styles in the first one -->
<link rel="newer stylesheet" href="path/to/style.css" />
<!-- Last stylesheet can overwrite styles in previous ones-->
<link rel="newest stylesheet" href="path/to/style.css" />