/*** Citation Style Marker ***/
/* Puts the type of citation style a citation is using next to it */
/* Documentation at ] */
/* By ] */
body:not(.nocsmarker) cite.cs1::after {
content: ' CS1';
color: #b4b;
font-weight: bold;
}
body:not(.nocsmarker) cite.cs2::after {
content: ' CS2';
color: #b40;
font-weight: bold;
}
body:not(.nocsmarker) .csvan::after {
content: ' CSVAN';
color: #b06;
font-weight: bold;
}
body:not(.nocsmarker) .cslsa::after {
content: ' CSLSA';
color: #848;
font-weight: bold;
}