/*
CSS Stylesheet for Posts-per-Cat
Plugin URI: http://blog.urosevic.net/wordpress/posts-per-cat/
Description: List latests N article titles from all or top level only categories and group them in category boxes organized in two columns.
Author: Aleksandar Urošević
Version: 0.0.5
Author URI: http://urosevic.net
*/
/* list style */
#ppc-box .ppc-box .ppc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ppc-box .ppc-box .ppc ul li:before {
/*
 * 00bb >>
 * 00ab <<
 * 00a3 >o<
 * 00de |o
 * 2023 ‣
 * 2022 •
 * 2192 →
 * 25C6 ◆
 */
	content: "\2023 \0020"; }

/* fonts and colors of content */
#ppc-box .ppc-box .ppc ul li p h3,
#ppc-box .ppc-box .ppc ul li p {
	margin: 0;
	padding: 0;
}

