li {
	line-height: 20px;
	overflow: hidden;
	list-style-position: inside;
	cursor: pointer;
}

ul {
	list-style-type: square;
}

ul ul, ol ul {
	list-style-type: disc;
}

ul.pismena {
	list-style-type: upper-alpha;
}

ul.pomlcka {
	list-style-type: none;
	padding-left: 10px;
}

ul.pomlcka li:before {
	content: '- ';
}