
/* Общие классы */

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.float-clear {
	clear: both;
}



/* Темы для таксонов */

.taxon {
}

.taxon-species, .taxon-genus {
	font-style: italic;
}

.taxon-author {
}





