@charset "utf-8";
/* content.css */

/**********************************************/
/*** author: Rafał Selewońko @ pagepro.pl   ***/
/**********************************************/

/* standard: */

#comments article:nth-child(2n+1) { /* same as :nth-child(odd) */
	background: #E3E363;
}

/* custom: */



