/**
 * Define your plugin styles here.
 * 
 * If the style definition gets to complex it is recommend to proceed as follows:
 * - Create sub-folder `modules`
 * - Split your CSS code into logical components
 * - Create one file per component in the new sub-folder
 * - Name the file `_<component>.css` (the `_` prefix indicates a module)
 * - Include all modules into this file in the desired order using the following syntax:
 *   `@include url("modules/_<component>.css")`
 *
 * If the style definitions get even more complex it is recommend to use 
 * a CSS-pre-processor, such as SCSS or LESS.
 */