/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Naar links */
p {
}

/* PARA: Centreren */
p.centreren 
{
    text-align: center;
    /* text-align: center; */
}

/* PARA: Naar rechts */
p.naarrechts {
  text-align: right;
    /*  text-align: right; */
}

/* PARA: Onzichtbaar */
p.hidden-note /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Belangrijk */
p.important /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* LIST: Speciaal (groen) */
ul.special,
ol.special {
    color: green;
    /** / background-color: green; /**/
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
/*
div.story table
{
	font-size: inherit;
	width: 500px;
	border-collapse: collapse;
	empty-cells: hide;
	border: 1px solid #555
}
div.story td
{
	width: auto;
	border: 1px solid #666;
}
div.story th
{
	background: #ffffcc;
}*/
