/* @override 
	https://libregraphicsmeeting.org/2015/wp/wp-content/themes/lgm15/style.css?ver=4.1.1 */

/*
Theme Name: LGM 2015
Author: LGM Infrastructure Team
Description: LGM 2015 Child Theme
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Template: twentytwelve
Text Domain: twentytwelve
*/

@import url('../twentytwelve/style.css');

/* Custom 3-column style for the Participants page */

.threecol p {
	margin-bottom: 0.8em;
	line-height: 1.5;
}

@media only screen 
and (min-width : 500px) {
	.threecol {
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		column-count:2;
		column-gap:10px;
	}
}

@media only screen 
and (min-width : 700px) {
	.threecol {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen 
and (min-width : 900px) {
	.threecol {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

