/* Prototype styles */

html>body .multiline {
	-moz-column-count: 3;
	-moz-column-gap: .5em;
	column-count: 3;
	column-gap: .5em; 
}