I have a situation where the .css in my head tag is getting overridden by css that's being inserted dynamically into the head by a javascript library.
The .js library automatically appends the new .css link to the end of the head tag so it is always put on top of my styles.