/*
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.
*/

/* WYMeditor */

/* Akapit: do lewej */
p.wym_tal {
 text-align: left;
 /* text-align: left; background-color: #ff9; */
}

/* Akapit: do środka */
p.wym_tac {
 text-align: center;
 /* text-align: center; background-color: #ff9; */
}

/* Akapit: do prawej */
p.wym_tar {
 text-align: right;
 /* text-align: right; background-color: #ff9; */
}

/* Akapit: wyjustowany */
p.wym_taj {
 text-align: justify;
 /* text-align: justify; background-color: #ff9; */
}

/* Akapit: info */
p.wym_info {
 color: #085AAF; background-color: #DFEFF7; padding: 6px 10px;
 /* color: #085AAF; background-color: #DFEFF7; */
}

/* Akapit: ważna informacja */
p.wym_important {
 color: #fff; background-color: #FF2323; padding: 6px 10px;
 /* color: #fff; background-color: #FF2323; */
}

/* Obrazek: lewy float */
img.wym_fl {
 float: left; margin: 0 15px 10px 0;
 /* float: left; margin: 0 15px 10px 0; border: 2px solid green; */
}

/* Obrazek: prawy float */
img.wym_fr {
 float: right; margin: 0 0 10px 15px;
 /* float: right; margin: 0 0 10px 15px; border: 2px solid orange; */
}

/* /WYMeditor */