/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */

body {
  font-family: sans-serif;
}

h1 {
  font-size: 1.5em;
}

/* 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 */
/* Obrázek: Ohraničení */
img.w-img-border /* img */ {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* Obrázek: vlevo */
img.w-img-left /* img */ {
    float: left;
}

/* Obrázek: uprostřed */
img.w-img-center /* img */ {
/*    float: none;
    display: block;
    margin: 10px auto;
*/
}


/* Zarovnání: uprostřed */
.w-center /* p,h1,h2,h3,h4,h5,h6 */ {
/*
    text-align: center;
*/
}

/* Zarovnání: vpravo */
.w-right /* p,h1,h2,h3,h4,h5,h6 */ {
/*
    text-align: right;
*/
}



/* /WYMeditor */
/* END EDITOR RELATED STYLES */


/* YOU CAN ADD NON-WYMEDITOR RELATED STYLES HERE */
