/*
    User's custom styles for JMRI web server.

    To use this file:
    1.  Create the directory web/css in your JMRI User Files location (use the
        Help->Locations menu in any JMRI application to open the User Files).
    2.  Copy this file to user.css in the directory created in step 1 above.
    3.  Edit the file created in step 2 to modify the appearance of content
        from the JMRI web server using standard CSS syntax. Use hints provided
        by reading the .html files under web/servlet to determine which CSS
        classes are available.
    4.  As of JMRI 5.5.4, CSS can easily target a specific panel by name. 
        Include a section similar to this:
        body#panel div#panel-area[data-panel-name="MyPanel"] {
        }
*/

















