/*	Make different column layouts (Javascript file also must be attached to doc to do this) */

.three_column {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
}

.two_column {
	column-count: 2;
	column-gap: 20px;
}