%@ page session="false" contentType="text/css; charset=UTF-8" pageEncoding="UTF-8" buffer="24kb" trimDirectiveWhitespaces="true"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@ taglib uri="/osram/taglib" prefix="oc" %>
<%
boolean debug = "EDIT".equals("PROD");
%>
/* ie */
/* ie6 */
/* ie7 */
/* ie8 */
/* ie9 */
/* firefox */
/* mac */
/* win */
/* webkit */
/* win */
/* ios */
/* win */
/* android */
<%
if (debug) application.log("user-agent.jsp: userAgent: " + pageContext.getAttribute("userAgent") + ", cssIdentifier: " + pageContext.getAttribute("cssIdentifier"));
%>