/* note: in order to edit the site's main css, you edit
the "Karma-Lab 4" theme, which is assigned to nothing. 
Everything uses Karma-Lab 5. This theme simply loads
the other theme first, so that I can put conditional
browser-specific code after it. This makes an assumption
that the number 148 does not change each time; if so,
then would need to temporarily assign Karma-Lab 4 to a
page, view the source, and get the number. */

/* the wiki's main css file first */
@import url(http://karma-lab.wikidot.com/local--theme/karma-lab-4/style.css?148);

/* then the browser specific tweaks and overrides */
@import url(http://karma-lab.com/CSS/browserfix-wiki.php);